NdrAllocate (RPCRT4.@)
void * NdrAllocate ( MIDL_STUB_MESSAGE* pStubMsg, size_t len )
Allocates a block of memory using pStubMsg->pfnAllocate.
pStubMsg | [In/Out] | MIDL_STUB_MESSAGE structure. |
len | [In] | Size of memory block to allocate. |
The memory block of size len that was allocated.
The memory block is always 8-byte aligned. If the function is unable to allocate memory an ERROR_OUTOFMEMORY exception is raised.
Defined in "rpcndr.h".
Implemented in "dlls/rpcrt4/ndr_marshall.c". source.winehq.org/source/dlls/rpcrt4/ndr_marshall.c
Debug channel "ole".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.