Skip to content

Latest commit

 

History

History
70 lines (54 loc) · 2.34 KB

nf-sti-istillimagew-initialize.md

File metadata and controls

70 lines (54 loc) · 2.34 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:sti.IStillImageW.Initialize
IStillImageW::Initialize (sti.h)
The IStillImage::Initialize method initializes an instance of the COM object that defines the IStillImage COM interface. This method is for internal system use only.
image\istillimage_initialize.htm
image
05/03/2018
IStillImageW::Initialize
IStillImageW interface [Imaging Devices],Initialize method, IStillImageW.Initialize, IStillImageW::Initialize, Initialize, Initialize method [Imaging Devices], Initialize method [Imaging Devices],IStillImageW interface, image.istillimage_initialize, sti/IStillImageW::Initialize, stifnc_31e54f97-84af-47bf-a1b1-17ab697caef3.xml
sti.h
Sti.h
Desktop
Windows
IStillImageW::Initialize
sti/IStillImageW::Initialize
APIRef
kbSyntax
COM
sti.h
IStillImageW::Initialize

IStillImageW::Initialize

-description

The IStillImage::Initialize method initializes an instance of the COM object that defines the IStillImage COM interface. This method is for internal system use only.

-parameters

-param hinst [in]

Caller-supplied instance handle of the calling process. This handle is obtained by calling GetModuleName(NULL).

-param dwVersion

Caller-supplied STI version number. This value must be STI_VERSION, defined in Sti.h.

-returns

If the operation succeeds, the method returns S_OK. Otherwise, it returns one of the STIERR-prefixed error codes defined in stierr.h.

-remarks

The IStillImage::Initialize method initializes the COM object instance that was created by calling IStillImage::StiCreateInstance.

Because IStillImage::Initialize is called by IStillImage::StiCreateInstance, clients of the IStillImage COM interface do not typically call this method directly.