HSTRING_UserFree function (winstring.h)

Frees resources on the server side when called by RPC stub files.

Syntax

void HSTRING_UserFree(
  ULONG   *pFlags,
  HSTRING *ppidl
);

Parameters

pFlags

[in]

The data used by RPC.

ppidl

[in]

The string.

Return value

None

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