Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
871 B

/////////////////////////////////////////////////////////////////////////////
//
// Copyright © 1998 Microsoft Corporation
//
// Module Name:
// MSClusDisp.h
//
// Abstract:
// Definition of the MSClus DISPIDs
//
// Implementation File:
// None.
//
// Author:
// Galen Barbee (galenb) 02-Oct-1998
//
// Revision History:
//
// Notes:
//
/////////////////////////////////////////////////////////////////////////////
#ifndef _MSCLUSDISP_H_
#define DISPID_CLUSOBJ_NAME ( ( 0x40 << 24 ) | ( 1 << 16 ) | 1 )
#define DISPID_CLUSTER_NAME ( ( 0x40 << 24 ) | ( 2 << 16 ) | 1 )
#define DISPID_CLUSNETWORK_NAME ( ( 0x40 << 24 ) | ( 2 << 16 ) | 1 )
#define DISPID_CLUSRESGROUP_NAME ( ( 0x40 << 24 ) | ( 2 << 16 ) | 1 )
#define DISPID_CLUSRESOURCE_NAME ( ( 0x40 << 24 ) | ( 2 << 16 ) | 1 )
#define _MSCLUSDISP_H_
#endif // _MSCLUSDISP_H_