Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.04 KB

nf-rpcndr-ndrcontexthandlesize.md

File metadata and controls

71 lines (58 loc) · 2.04 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:rpcndr.NdrContextHandleSize
NdrContextHandleSize function (rpcndr.h)
The NdrContextHandleSize function returns the size of the supplied RPC context handle.
NdrContextHandleSize
NdrContextHandleSize function [RPC]
rpc.ndrcontexthandlesize
rpcndr/NdrContextHandleSize
rpc\ndrcontexthandlesize.htm
Rpc
f5f90887-67b2-4796-96b2-2607b9284387
12/05/2018
NdrContextHandleSize, NdrContextHandleSize function [RPC], rpc.ndrcontexthandlesize, rpcndr/NdrContextHandleSize
rpcndr.h
Rpc.h
Windows
Windows XP [desktop apps \| UWP apps]
Windows Server 2003 [desktop apps \| UWP apps]
Rpcrt4.lib
Rpcrt4.dll
Windows
19H1
NdrContextHandleSize
rpcndr/NdrContextHandleSize
c++
APIRef
kbSyntax
DllExport
Rpcrt4.dll
NdrContextHandleSize

NdrContextHandleSize function

-description

The NdrContextHandleSize function returns the size of the supplied RPC context handle.

-parameters

-param pStubMsg

Pointer to a MIDL_STUB_MESSAGE structure that contains the current status of the RPC stub. The BufferLength member contains the size of the context handle, in bytes. Structure is for internal use only; do not modify.

-param pMemory

Pointer to a string buffer that contains an RPC context handle.

-param pFormat

Pointer to a FORMAT_STRING structure that contains the format of the context handle specified in pMemory.

-see-also

NdrContextHandleMemorySize