Skip to content

Latest commit

 

History

History
133 lines (106 loc) · 3.41 KB

nf-midles-mesdecodeincrementalhandlecreate.md

File metadata and controls

133 lines (106 loc) · 3.41 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:midles.MesDecodeIncrementalHandleCreate
MesDecodeIncrementalHandleCreate function (midles.h)
The MesDecodeIncrementalHandleCreate function creates a decoding handle for the incremental style of serialization.
MesDecodeIncrementalHandleCreate
MesDecodeIncrementalHandleCreate function [RPC]
_rpc_mesdecodeincrementalhandlecreate
midles/MesDecodeIncrementalHandleCreate
rpc.mesdecodeincrementalhandlecreate
rpc\mesdecodeincrementalhandlecreate.htm
Rpc
0fe051be-e5c0-44b2-8ebc-5aa362fe4008
12/05/2018
MesDecodeIncrementalHandleCreate, MesDecodeIncrementalHandleCreate function [RPC], _rpc_mesdecodeincrementalhandlecreate, midles/MesDecodeIncrementalHandleCreate, rpc.mesdecodeincrementalhandlecreate
midles.h
Rpc.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Rpcrt4.lib
Rpcrt4.dll
Windows
19H1
MesDecodeIncrementalHandleCreate
midles/MesDecodeIncrementalHandleCreate
c++
APIRef
kbSyntax
DllExport
Rpcrt4.dll
MesDecodeIncrementalHandleCreate

MesDecodeIncrementalHandleCreate function

-description

The MesDecodeIncrementalHandleCreate function creates a decoding handle for the incremental style of serialization.

-parameters

-param UserState

Pointer to the user-supplied state object that coordinates the user-supplied Alloc, Write, and Read functions.

-param ReadFn

Pointer to the Read function.

-param pHandle

Pointer to the newly created handle.

-returns

Value Meaning
RPC_S_OK
The call succeeded.
RPC_S_INVALID_ARG
The argument was invalid.
RPC_S_OUT_OF_MEMORY
Out of memory.
 
Note  For a list of valid error codes, see RPC Return Values.
 

-remarks

The MesDecodeIncrementalHandleCreate function is used by applications to create the handle and initialize it for the incremental style of decoding. When using the incremental style of decoding, the user supplies a Read function to provide a buffer containing the next part of the data to be decoded. The buffer must be aligned at 8, and the size of the buffer must be a multiple of 8. For additional information on the user-supplied Alloc, Write, and Read functions, see Serialization Services.

-see-also

Alloc

MesHandleFree

MesIncrementalHandleReset