OXCFOLD ROP Response size calculations. More...
#include "libmapiserver.h"
Functions | |
uint16_t | libmapiserver_RopCopyFolder_size (struct EcDoRpc_MAPI_REPL *response) |
_PUBLIC_ uint16_t | libmapiserver_RopCreateFolder_size (struct EcDoRpc_MAPI_REPL *response) |
_PUBLIC_ uint16_t | libmapiserver_RopDeleteFolder_size (struct EcDoRpc_MAPI_REPL *response) |
_PUBLIC_ uint16_t | libmapiserver_RopDeleteMessage_size (struct EcDoRpc_MAPI_REPL *response) |
_PUBLIC_ uint16_t | libmapiserver_RopEmptyFolder_size (struct EcDoRpc_MAPI_REPL *response) |
_PUBLIC_ uint16_t | libmapiserver_RopGetContentsTable_size (struct EcDoRpc_MAPI_REPL *response) |
_PUBLIC_ uint16_t | libmapiserver_RopGetHierarchyTable_size (struct EcDoRpc_MAPI_REPL *response) |
_PUBLIC_ uint16_t | libmapiserver_RopGetSearchCriteria_size (struct EcDoRpc_MAPI_REPL *response) |
_PUBLIC_ uint16_t | libmapiserver_RopMoveCopyMessages_size (struct EcDoRpc_MAPI_REPL *response) |
uint16_t | libmapiserver_RopMoveFolder_size (struct EcDoRpc_MAPI_REPL *response) |
uint16_t | libmapiserver_RopOpenFolder_size (struct EcDoRpc_MAPI_REPL *response) |
_PUBLIC_ uint16_t | libmapiserver_RopSetSearchCriteria_size (struct EcDoRpc_MAPI_REPL *response) |
OXCFOLD ROP Response size calculations.
uint16_t libmapiserver_RopCopyFolder_size | ( | struct EcDoRpc_MAPI_REPL * | response) |
Calculate CopyFolder rop size
response | pointer to the CopyFolder EcDoRpc_MAPI_REPL structure |
References SIZE_DFLT_MAPI_RESPONSE, and SIZE_DFLT_ROPCOPYFOLDER.
Referenced by EcDoRpc_RopCopyFolder().
_PUBLIC_ uint16_t libmapiserver_RopCreateFolder_size | ( | struct EcDoRpc_MAPI_REPL * | response) |
Calculate CreateFolder Rop size
response | pointer to the CreateFolder EcDoRpc_MAPI_REPL structure |
References SIZE_DFLT_MAPI_RESPONSE, and SIZE_DFLT_ROPCREATEFOLDER.
Referenced by EcDoRpc_RopCreateFolder().
_PUBLIC_ uint16_t libmapiserver_RopDeleteFolder_size | ( | struct EcDoRpc_MAPI_REPL * | response) |
Calculate DeleteFolder Rop size
response | pointer to the DeleteFolder EcDoRpc_MAPI_REPL structure |
References SIZE_DFLT_MAPI_RESPONSE, and SIZE_DFLT_ROPDELETEFOLDER.
Referenced by EcDoRpc_RopDeleteFolder().
_PUBLIC_ uint16_t libmapiserver_RopDeleteMessage_size | ( | struct EcDoRpc_MAPI_REPL * | response) |
Calculate DeleteMessage (0x1e) Rop size
response | pointer to the DeleteMessage EcDoRpc_MAPI_REPL structure |
References SIZE_DFLT_MAPI_RESPONSE, and SIZE_DFLT_ROPDELETEMESSAGE.
Referenced by EcDoRpc_RopDeleteMessages().
_PUBLIC_ uint16_t libmapiserver_RopEmptyFolder_size | ( | struct EcDoRpc_MAPI_REPL * | response) |
Calculate EmptyFolder Rop size
response | pointer to the EmptyFolder EcDoRpc_MAPI_REPL structure |
References SIZE_DFLT_MAPI_RESPONSE, and SIZE_DFLT_ROPEMPTYFOLDER.
Referenced by EcDoRpc_RopEmptyFolder().
_PUBLIC_ uint16_t libmapiserver_RopGetContentsTable_size | ( | struct EcDoRpc_MAPI_REPL * | response) |
Calculate GetContentsTable Rop size
response | pointer to the GetContentsTable EcDoRpc_MAPI_REPL structure |
References SIZE_DFLT_MAPI_RESPONSE, and SIZE_DFLT_ROPGETCONTENTSTABLE.
Referenced by EcDoRpc_RopGetContentsTable().
_PUBLIC_ uint16_t libmapiserver_RopGetHierarchyTable_size | ( | struct EcDoRpc_MAPI_REPL * | response) |
Calculate GetHierarchyTable Rop size
response | pointer to the GetHierarchyTable EcDoRpc_MAPI_REPL structure |
References SIZE_DFLT_MAPI_RESPONSE, and SIZE_DFLT_ROPGETHIERARCHYTABLE.
Referenced by EcDoRpc_RopGetHierarchyTable().
_PUBLIC_ uint16_t libmapiserver_RopGetSearchCriteria_size | ( | struct EcDoRpc_MAPI_REPL * | response) |
Calculate GetSearchCriteria (0x31) Rop size
response | pointer to the GetSearchCriteria EcDoRpc_MAPI_REPL structure |
References SIZE_DFLT_MAPI_RESPONSE, and SIZE_DFLT_ROPGETSEARCHCRITERIA.
Referenced by EcDoRpc_RopGetSearchCriteria().
_PUBLIC_ uint16_t libmapiserver_RopMoveCopyMessages_size | ( | struct EcDoRpc_MAPI_REPL * | response) |
Calculate MoveCopyMessages rop size
response | pointer to the MoveCopyMessags EcDoRpc_MAPI_REPL structure |
References SIZE_DFLT_MAPI_RESPONSE, and SIZE_DFLT_ROPMOVECOPYMESSAGES.
Referenced by EcDoRpc_RopMoveCopyMessages().
uint16_t libmapiserver_RopMoveFolder_size | ( | struct EcDoRpc_MAPI_REPL * | response) |
Calculate MoveFolder rop size
response | pointer to the MoveFolder EcDoRpc_MAPI_REPL structure |
References SIZE_DFLT_MAPI_RESPONSE, and SIZE_DFLT_ROPMOVEFOLDER.
Referenced by EcDoRpc_RopMoveFolder().
uint16_t libmapiserver_RopOpenFolder_size | ( | struct EcDoRpc_MAPI_REPL * | response) |
Calculate OpenFolder Rop size
response | pointer to the OpenFolder EcDoRpc_MAPI_REPL structure |
References SIZE_DFLT_MAPI_RESPONSE, and SIZE_DFLT_ROPOPENFOLDER.
Referenced by EcDoRpc_RopOpenFolder().
_PUBLIC_ uint16_t libmapiserver_RopSetSearchCriteria_size | ( | struct EcDoRpc_MAPI_REPL * | response) |
Calculate SetSearchCriteria (0x30) Rop size
response | pointer to the SetSearchCriteria EcDoRpc_MAPI_REPL structure |
References SIZE_DFLT_MAPI_RESPONSE.
Referenced by EcDoRpc_RopSetSearchCriteria().
![]() ![]() ![]() |
This content is licensed under the Creative Commons Attribution ShareAlike License v. 3.0: http://creativecommons.org/licenses/by-sa/3.0/ |