Skip to content

Latest commit

 

History

History
90 lines (74 loc) · 2.32 KB

nf-rpcndr-ndrconformantarraymarshall.md

File metadata and controls

90 lines (74 loc) · 2.32 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.NdrConformantArrayMarshall
NdrConformantArrayMarshall function (rpcndr.h)
The NdrConformantArrayMarshall function marshals the conformant array into a network buffer.
NdrComformantArrayMarshall
NdrConformantArrayMarshall
NdrConformantArrayMarshall function [Windows API]
rpcndr/NdrConformantArrayMarshall
winprog.ndrcomformantarraymarshall
winprog\ndrcomformantarraymarshall.htm
winprog
28098531-a836-4a22-8c1a-fbf28d4a1bdd
12/05/2018
NdrComformantArrayMarshall, NdrConformantArrayMarshall, NdrConformantArrayMarshall function [Windows API], rpcndr/NdrConformantArrayMarshall, winprog.ndrcomformantarraymarshall
rpcndr.h
Windows
Rpcrt4.lib
Rpcrt4.dll
Windows
19H1
NdrConformantArrayMarshall
rpcndr/NdrConformantArrayMarshall
c++
APIRef
kbSyntax
DllExport
Rpcrt4.dll
NdrConformantArrayMarshall

NdrConformantArrayMarshall function

-description

The NdrConformantArrayMarshall function marshals the conformant array into a network buffer.

-parameters

-param pStubMsg [in, out]

Pointer to a MIDL_STUB_MESSAGE structure that maintains the current status of the RPC stub. The MIDL_STUB_MESSAGE structure is for internal use only, and must not be modified.

-param pMemory [in]

Pointer to the conformant array to be marshaled.

-param pFormat [in]

Pointer to the format string description.

-returns

Returns null upon success. Raises one of the following exceptions upon failure.

Error Description
STATUS_ACCESS_VIOLATION An access violation occurred.
RPC_S_INTERNAL_ERROR An error occurred in RPC.

-see-also

MIDL_STUB_MESSAGE