This topic has not yet been rated - Rate this topic

NdrSimpleTypeUnmarshall function

The NdrSimpleTypeUnmarshall function unmarshalls a simple type.

Syntax


void RPC_ENTRY NdrSimpleTypeUnmarshall(
  _Inout_  MIDL_STUB_MESSAGE pStubMsg,
  _In_     unsigned char *pMemory,
  _In_     unsigned char FormatChar
);

Parameters

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.

pMemory [in]

Pointer to memory to unmarshall.

FormatChar [in]

Format string of the simple type.

Return value

If an error occurs, the function throws one of the following exception codes.

ErrorDescription
STATUS_ACCESS_VIOLATIONAn access violation occurred.
RPC_S_INTERNAL_ERRORAn error occurred in RPC.

 

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Rpcndr.h (include Rpc.h)

Library

RpcRT4.lib

DLL

RpcRT4.dll

 

 

Send comments about this topic to Microsoft

Build date: 11/23/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.