wiauGetResourceString - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wiautil.h

HRESULT wiauGetResourceString(
        HINSTANCE hInst,
        LONG      lResourceID,
  [out] BSTR      *pbstrStr
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wiautil-wiaugetresourcestring)

wiauGetResourceString function

Description

The wiauGetResourceString function gets a resource string, storing it as a BSTR.

Parameters

hInst

Specifies the handle of the module instance.

lResourceID

Specifies the resource ID of the target BSTR value.

pbstrStr [out]

Points to the memory location that receives the retrieved string. The caller of this function must free this string by calling SysFreeString (described in the Microsoft Windows SDK documentation).

Return value

On success, the function returns S_OK. If the function fails, it returns a standard COM error.