NdrComformantArrayBufferSize function
The NdrConformantArrayBufferSize function calculates the required buffer size, in bytes, to marshal the conformant array.
Syntax
RPCRTAPI void RPC_ENTRY NdrConformantArrayBufferSize( _Inout_ PMIDL_STUB_MESSAGE pStubMsg, _In_ unsigned char *pMemory, _In_ PFORMAT_STRING pFormat );
Parameters
- pStubMsg [in, out]
-
Pointer to a MIDL_STUB_MESSAGE structure that maintains the current status of the RPC stub. The BufferLength member contains the size of the buffer. The MIDL_STUB_MESSAGE structure is for internal use only, and must not be modified.
- pMemory [in]
-
Pointer to the conformant array to be calculated.
- pFormat [in]
-
Pointer to the format string description.
Return value
This function has no return values.
Requirements
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
See also