mirror of https://github.com/tongzx/nt5src
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.
20 lines
494 B
20 lines
494 B
#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_
|