Skip to content

Latest commit

 

History

History
57 lines (48 loc) · 1.98 KB

nf-sti-istillimagew-release.md

File metadata and controls

57 lines (48 loc) · 1.98 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.Release
IStillImageW::Release (sti.h)
The IStillImage::Release method closes the instance of the COM object that was created by a previous call to IStillImage::StiCreateInstance, and removes access to the object's interface.
image\istillimage_release.htm
image
05/03/2018
IStillImageW::Release
IStillImageW interface [Imaging Devices],Release method, IStillImageW.Release, IStillImageW::Release, Release, Release method [Imaging Devices], Release method [Imaging Devices],IStillImageW interface, image.istillimage_release, sti/IStillImageW::Release, stifnc_e1ab4835-ed24-4c92-a879-f57061656825.xml
sti.h
Sti.h
Desktop
Windows
IStillImageW::Release
sti/IStillImageW::Release
APIRef
kbSyntax
COM
Sti.h
IStillImageW::Release

IStillImageW::Release

-description

The IStillImage::Release method closes the instance of the COM object that was created by a previous call to IStillImage::StiCreateInstance, and removes access to the object's interface.

-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

Before calling IStillImage::Release, clients of the IStillImage COM interface must call IStillImage::StiCreateInstance to obtain an IStillImage interface pointer.