Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic

HSTRING_UserUnmarshal function

Unmarshals an HSTRING object from the RPC buffer.

Syntax


unsigned char* __stdcall HSTRING_UserUnmarshal(
  _In_   unsigned long *pFlags,
  _In_   unsigned char *pBuffer,
  _Out_  HSTRING *ppidl
);

Parameters

pFlags [in]

The data used by RPC.

pBuffer [in]

The current buffer. This pointer may or may not be aligned on entry.

ppidl [out]

The string.

Return value

The value obtained from the returned HRESULT value is one of the following.

Return codeDescription
S_OK

Success.

E_OUTOFMEMORY

Insufficient memory for this function to perform.

 

Remarks

Windows Phone 8: This API is supported.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

Winstring.h

See also

HSTRING

 

 

Build date: 5/16/2013

Community Additions

© 2013 Microsoft. All rights reserved.