HSTRING_UserMarshal64 function (remotesystemadditionalinfo.h)

Marshals an HSTRING object into the RPC buffer.

Syntax

unsigned char * HSTRING_UserMarshal64(
  [in]      unsigned long *unnamedParam1,
  [in, out] unsigned char *unnamedParam2,
  [in]      HSTRING       *unnamedParam3
);

Parameters

[in] unnamedParam1

The data used by RPC.

[in, out] unnamedParam2

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

[in] unnamedParam3

The string.

Return value

The value obtained from the returned HRESULT value is S_OK.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Target Platform Windows
Header remotesystemadditionalinfo.h (include Winstring.h, Inspectable.h)
Library RuntimeObject.lib
DLL ComBase.dll

See also

HSTRING