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 RPC_X_NO_MEMORY exception is raised.
Declared in "include/rpcndr.h". gitlab.winehq.org/wine/wine/blob/master/include/rpcndr.h
Implemented in "dlls/rpcrt4/ndr_marshall.c". gitlab.winehq.org/wine/wine/blob/master/dlls/rpcrt4/ndr_marshall.c
Debug channel "ole".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.