NdrCorrelationInitialize (RPCRT4.@)
void NdrCorrelationInitialize ( PMIDL_STUB_MESSAGE pStubMsg, void* pMemory, ULONG CacheSize, ULONG Flags )
Initializes correlation validity checking.
pStubMsg | [In] | MIDL_STUB_MESSAGE used during unmarshalling. |
pMemory | [In] | Pointer to memory to use as a cache. |
CacheSize | [In] | Size of the memory pointed to by pMemory. |
Flags | [In] | Reserved. Set to zero. |
Nothing.
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.