NdrCorrelationInitialize(3w)
NAME
NdrCorrelationInitialize (RPCRT4.@)
SYNOPSIS
void NdrCorrelationInitialize ( PMIDL_STUB_MESSAGE pStubMsg, void* pMemory, ULONG CacheSize, ULONG Flags )
DESCRIPTION
Initializes correlation validity checking.
PARAMS
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.
RETURNS
Nothing.
IMPLEMENTATION
Defined in "rpcndr.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/rpcrt4/ndr_marshall.c".
- Debug channel "ole".