NdrCorrelationInitialize.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/rpcrt4/ndr_marshall.c".

Debug channel "ole".