OXCDATA Data Structures. More...
Functions | |
_PUBLIC_ uint16_t | libmapiserver_LongTermId_size (void) |
_PUBLIC_ uint16_t | libmapiserver_mapi_SPropValue_size (uint16_t cValues, struct mapi_SPropValue *lpProps) |
_PUBLIC_ uint16_t | libmapiserver_PropertyName_size (struct MAPINAMEID *property_name) |
_PUBLIC_ uint16_t | libmapiserver_RecipientRow_size (struct RecipientRow recipientrow) |
uint16_t | libmapiserver_TypedString_size (struct TypedString typedstring) |
OXCDATA Data Structures.
_PUBLIC_ uint16_t libmapiserver_LongTermId_size | ( | void | ) |
Calculate the size of a LongTermId structure
References SIZE_DFLT_LONGTERMID.
Referenced by libmapiserver_RopGetPerUserLongTermIds_size().
_PUBLIC_ uint16_t libmapiserver_mapi_SPropValue_size | ( | uint16_t | cValues, |
struct mapi_SPropValue * | lpProps | ||
) |
Calculate the size of a mapi_SPropValue array structure
Referenced by libmapiserver_RopGetPropertiesAll_size().
_PUBLIC_ uint16_t libmapiserver_PropertyName_size | ( | struct MAPINAMEID * | property_name) |
Calculate the size of a PropertyName structure
References SIZE_DFLT_PROPERTYNAME.
Referenced by libmapiserver_RopGetNamesFromIDs_size().
_PUBLIC_ uint16_t libmapiserver_RecipientRow_size | ( | struct RecipientRow | recipientrow) |
Calculate the size of a RecipientRow structure
recipientrow | RecipientRow structure |
Referenced by libmapiserver_RopOpenEmbeddedMessage_size(), libmapiserver_RopOpenMessage_size(), and libmapiserver_RopReloadCachedInformation_size().
uint16_t libmapiserver_TypedString_size | ( | struct TypedString | typedstring) |
Calculate the size of a TypedString structure
typedstring | TypedString structure |
Referenced by libmapiserver_RopOpenEmbeddedMessage_size(), libmapiserver_RopOpenMessage_size(), and libmapiserver_RopReloadCachedInformation_size().
![]() ![]() ![]() |
This content is licensed under the Creative Commons Attribution ShareAlike License v. 3.0: http://creativecommons.org/licenses/by-sa/3.0/ |