Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The NdrConformantArrayBufferSize function calculates the required buffer size, in bytes, to marshal the conformant array.
Syntax
void NdrConformantArrayBufferSize(
[in, out] PMIDL_STUB_MESSAGE pStubMsg,
[in] unsigned char *pMemory,
[in] PFORMAT_STRING pFormat
);
Parameters
[in, out] pStubMsg
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.
[in] pMemory
Pointer to the conformant array to be calculated.
[in] pFormat
Pointer to the format string description.
Return value
None
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | rpcndr.h |
| Library | Rpcrt4.lib |
| DLL | Rpcrt4.dll |