IDxcUtils::GetBlobAsUtf16 function (dxcapi.h)

Convert or return matching encoded text blob as UTF-16.

GetBlobAsUtf16 is an alias to GetBlobAsWide on Win32.

Syntax

HRESULT GetBlobAsUtf16(
  IDxcBlob     *pBlob,
  IDxcBlobWide **ppBlobEncoding
);

Parameters

pBlob

The blob to convert.

ppBlobEncoding

Requirements

Requirement Value
Header dxcapi.h