OXCTABL ROP Response size calculations. More...
#include "libmapiserver.h"
Functions | |
_PUBLIC_ uint16_t | libmapiserver_RopFindRow_size (struct EcDoRpc_MAPI_REPL *response) |
_PUBLIC_ uint16_t | libmapiserver_RopQueryPosition_size (struct EcDoRpc_MAPI_REPL *response) |
_PUBLIC_ uint16_t | libmapiserver_RopQueryRows_size (struct EcDoRpc_MAPI_REPL *response) |
_PUBLIC_ uint16_t | libmapiserver_RopResetTable_size (struct EcDoRpc_MAPI_REPL *response) |
_PUBLIC_ uint16_t | libmapiserver_RopRestrict_size (struct EcDoRpc_MAPI_REPL *response) |
_PUBLIC_ uint16_t | libmapiserver_RopSeekRow_size (struct EcDoRpc_MAPI_REPL *response) |
uint16_t | libmapiserver_RopSetColumns_size (struct EcDoRpc_MAPI_REPL *response) |
_PUBLIC_ uint16_t | libmapiserver_RopSortTable_size (struct EcDoRpc_MAPI_REPL *response) |
OXCTABL ROP Response size calculations.
_PUBLIC_ uint16_t libmapiserver_RopFindRow_size | ( | struct EcDoRpc_MAPI_REPL * | response) |
Calculate FindRow Rop size
response | pointer to the FindRow EcDoRpc_MAPI_REPL structure |
References SIZE_DFLT_MAPI_RESPONSE, and SIZE_DFLT_ROPFINDROW.
Referenced by EcDoRpc_RopFindRow().
_PUBLIC_ uint16_t libmapiserver_RopQueryPosition_size | ( | struct EcDoRpc_MAPI_REPL * | response) |
Calculate QueryPosition Rop size
response | pointer to the QueryPosition EcDoRpc_MAPI_REPL structure |
References SIZE_DFLT_MAPI_RESPONSE, and SIZE_DFLT_ROPQUERYPOSITION.
Referenced by EcDoRpc_RopQueryPosition().
_PUBLIC_ uint16_t libmapiserver_RopQueryRows_size | ( | struct EcDoRpc_MAPI_REPL * | response) |
Calculate QueryRows Rop size
response | pointer to the QueryRows EcDoRpc_MAPI_REPL structure |
References SIZE_DFLT_MAPI_RESPONSE, and SIZE_DFLT_ROPQUERYROWS.
Referenced by EcDoRpc_RopQueryRows().
_PUBLIC_ uint16_t libmapiserver_RopResetTable_size | ( | struct EcDoRpc_MAPI_REPL * | response) |
Calculate ResetTable (0x81) Rop size
response | pointer to the ResetTable EcDoRpc_MAPI_REPL structure |
References SIZE_DFLT_MAPI_RESPONSE.
Referenced by EcDoRpc_RopResetTable().
_PUBLIC_ uint16_t libmapiserver_RopRestrict_size | ( | struct EcDoRpc_MAPI_REPL * | response) |
Calculate Restrict Rop size
response | pointer to the Restrict EcDoRpc_MAPI_REPL structure |
References SIZE_DFLT_MAPI_RESPONSE, and SIZE_DFLT_ROPRESTRICT.
Referenced by EcDoRpc_RopRestrict().
_PUBLIC_ uint16_t libmapiserver_RopSeekRow_size | ( | struct EcDoRpc_MAPI_REPL * | response) |
Calculate SeekRow Rop size
response | pointer to the SeekRow EcDoRpc_MAPI_REPL structure |
References SIZE_DFLT_MAPI_RESPONSE, and SIZE_DFLT_ROPSEEKROW.
Referenced by EcDoRpc_RopSeekRow().
uint16_t libmapiserver_RopSetColumns_size | ( | struct EcDoRpc_MAPI_REPL * | response) |
Calculate SetColumns Rop size
response | pointer to the SetColumns EcDoRpc_MAPI_REPL structure |
References SIZE_DFLT_MAPI_RESPONSE, and SIZE_DFLT_ROPSETCOLUMNS.
Referenced by EcDoRpc_RopSetColumns().
_PUBLIC_ uint16_t libmapiserver_RopSortTable_size | ( | struct EcDoRpc_MAPI_REPL * | response) |
Calculate SortTable Rop size
response | pointer to the SortTable EcDoRpc_MAPI_REPL structure |
References SIZE_DFLT_MAPI_RESPONSE, and SIZE_DFLT_ROPSORTTABLE.
Referenced by EcDoRpc_RopSortTable().
![]() ![]() ![]() |
This content is licensed under the Creative Commons Attribution ShareAlike License v. 3.0: http://creativecommons.org/licenses/by-sa/3.0/ |