HSTRING_UserSize function (winstring.h)

Calculates the wire size of the HSTRING object, and gets its handle and data.

Syntax

ULONG HSTRING_UserSize(
  ULONG   *pFlags,
  ULONG   StartingSize,
  HSTRING *ppidl
);

Parameters

pFlags

[in]

The data used by RPC.

StartingSize

[in]

The current buffer offset where the object will be marshaled. The method has to account for any padding needed for the HSTRING object to be properly aligned when it will be marshaled to the buffer.

ppidl

[in]

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 winstring.h (include Winstring.h, Inspectable.h)
Library RuntimeObject.lib
DLL ComBase.dll

See also

HSTRING