windows-nt/Source/XPSP1/NT/multimedia/directx/applicationmanager/cominterface/structidentifiers.h
2020-09-26 16:20:57 +08:00

20 lines
494 B
C

#ifndef __STRUCT_IDENTIFIERS_
#define __STRUCT_IDENTIFIERS_
#ifndef __cplusplus
extern "C" {
#endif
#define AGING_STRUCT 0x00000001
#define BASIC_APPINFO_STRUCT 0x00000002
#define TEMP_SPACE_STRUCT 0x00000003
#define APPLICATION_MANAGER_STRUCT 0x00000004
#define ASSOCIATION_STRUCT 0x00000005
#define LOCK_STRUCT 0x00000006
#define WAIT_STRUCT 0x00000007
#ifndef __cplusplus
}
#endif
#endif // __STRUCT_IDENTIFIERS_