OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMC_uint32
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xcmcmsxt.h
15
#define CMC_XS_MS ((
CMC_uint32
) MS_EXT_SET_ID)
16
#define CMC_X_MS_SESSION_FLAGS ((
CMC_uint32
) MS_EXT_SET_ID + 16)
19
#define CMC_X_MS_FUNCTION_FLAGS ((
CMC_uint32
) MS_EXT_SET_ID + 17)
24
#define CMC_X_MS_ADDRESS_UI ((
CMC_uint32
) MS_EXT_SET_ID + 18)
25
#define CMC_X_MS_ATTACH_DATA ((
CMC_uint32
) MS_EXT_SET_ID + 128)
28
#define CMC_X_MS_MESSAGE_DATA ((
CMC_uint32
) MS_EXT_SET_ID + 129)
xcmcext.h
15
#define CMC_XS_COM ((
CMC_uint32
) 0)
16
#define CMC_X_COM_SUPPORT_EXT ((
CMC_uint32
) 16)
19
CMC_uint32
item_code;
29
#define CMC_X_COM_CONFIG_DATA ((
CMC_uint32
) 17)
46
#define CMC_X_COM_CAN_SEND_RECIP ((
CMC_uint32
) 18)
50
#define CMC_X_COM_SAVE_MESSAGE ((
CMC_uint32
) 19)
51
#define CMC_X_COM_SENT_MESSAGE ((
CMC_uint32
) 20)
52
#define CMC_X_COM_TIME_RECEIVED ((
CMC_uint32
) 128)
53
#define CMC_X_COM_RECIP_ID ((
CMC_uint32
) 129)
54
#define CMC_X_COM_ATTACH_CHARPOS ((
CMC_uint32
) 130
[
all
...]
xcmcmsx2.h
25
CMC_uint32
id;
xcmc.h
18
typedef unsigned __LONG32
CMC_uint32
;
25
typedef
CMC_uint32
CMC_return_code;
26
typedef
CMC_uint32
CMC_flags;
33
CMC_uint32
length;
37
typedef
CMC_uint32
CMC_session_id;
54
typedef
CMC_uint32
CMC_ui_id;
57
CMC_uint32
item_code;
58
CMC_uint32
item_data;
130
CMC_uint32
byte_length;
157
CMC_return_code WINAPI cmc_list(CMC_session_id session,CMC_string message_type,CMC_flags list_flags,CMC_message_reference *seed,
CMC_uint32
*count,CMC_ui_id ui_id,CMC_message_summary **result,CMC_extension *list_extensions)
[
all
...]
Completed in 460 milliseconds