Skip to content

Latest commit

 

History

History
76 lines (61 loc) · 2.21 KB

nf-rpcproxy-ndrstubinitialize.md

File metadata and controls

76 lines (61 loc) · 2.21 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:rpcproxy.NdrStubInitialize
NdrStubInitialize function (rpcproxy.h)
The NdrStubInitialize function is called by the server stub before unmarshalling. It sets up some stub message fields.
NdrStubInitialize
NdrStubInitialize function [RPC]
rpc.ndrstubinitialize
rpcproxy/NdrStubInitialize
rpc\ndrstubinitialize.htm
Rpc
078442d1-1e35-4679-b86d-0a9110977a7c
12/05/2018
NdrStubInitialize, NdrStubInitialize function [RPC], rpc.ndrstubinitialize, rpcproxy/NdrStubInitialize
rpcproxy.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Rpcrt4.lib
Rpcrt4.dll
Windows
19H1
NdrStubInitialize
rpcproxy/NdrStubInitialize
c++
APIRef
kbSyntax
DllExport
Rpcrt4.dll
NdrStubInitialize

NdrStubInitialize function

-description

The NdrStubInitialize function is called by the server stub before unmarshalling. It sets up some stub message fields.

-parameters

-param pRpcMsg [in]

Pointer to the RPC_MESSAGE structure which contains the RPC message.

-param pStubMsg [in, out]

Pointer to a MIDL_STUB_MESSAGE structure that maintains the current status of the RPC stub. Structure is for internal use only; do not modify.

-param pStubDescriptor [in]

Pointer to a MIDL_STUB_DESC structure that contains a descriptor for the RPC stub. Structure is for internal use only; do not modify.

-param pRpcChannelBuffer [in]

Pointer to RPC channel buffer.

-see-also

IRpcChannelBuffer