Skip to content

Latest commit

 

History

History
68 lines (53 loc) · 1.72 KB

nf-wiautil-wiaugetresourcestring.md

File metadata and controls

68 lines (53 loc) · 1.72 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:wiautil.wiauGetResourceString
wiauGetResourceString function (wiautil.h)
The wiauGetResourceString function gets a resource string, storing it as a BSTR.
image\wiaugetresourcestring.htm
image
05/03/2018
wiauGetResourceString function
image.wiaugetresourcestring, wiauFncs_aa163759-0e49-4612-9f6c-78bd6534a62e.xml, wiauGetResourceString, wiauGetResourceString function [Imaging Devices], wiautil/wiauGetResourceString
wiautil.h
Wiautil.h
Desktop
Windows
wiauGetResourceString
wiautil/wiauGetResourceString
APIRef
kbSyntax
HeaderDef
wiautil.h
wiauGetResourceString

wiauGetResourceString function

-description

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

-parameters

-param hInst

Specifies the handle of the module instance.

-param lResourceID

Specifies the resource ID of the target BSTR value.

-param 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).

-returns

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