Skip to content

Latest commit

 

History

History
78 lines (62 loc) · 2.77 KB

nf-scesvc-iscesvcattachmentdata-closehandle.md

File metadata and controls

78 lines (62 loc) · 2.77 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date 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 req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:scesvc.ISceSvcAttachmentData.CloseHandle
ISceSvcAttachmentData::CloseHandle (scesvc.h)
The CloseHandle method closes a handle opened during a previous call to ISceSvcAttachmentData::Initialize.
CloseHandle
CloseHandle method [Security]
CloseHandle method [Security]
ISceSvcAttachmentData interface
ISceSvcAttachmentData interface [Security]
CloseHandle method
ISceSvcAttachmentData.CloseHandle
ISceSvcAttachmentData::CloseHandle
_config_iscesvcattachmentdata_closehandle
scesvc/ISceSvcAttachmentData::CloseHandle
security.iscesvcattachmentdata_closehandle
security\iscesvcattachmentdata_closehandle.htm
security
e50f5acf-06ef-49bb-bcf1-1fadeb4b808a
12/05/2018
CloseHandle, CloseHandle method [Security], CloseHandle method [Security],ISceSvcAttachmentData interface, ISceSvcAttachmentData interface [Security],CloseHandle method, ISceSvcAttachmentData.CloseHandle, ISceSvcAttachmentData::CloseHandle, _config_iscesvcattachmentdata_closehandle, scesvc/ISceSvcAttachmentData::CloseHandle, security.iscesvcattachmentdata_closehandle
scesvc.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Wsecedit.dll
Windows
19H1
ISceSvcAttachmentData::CloseHandle
scesvc/ISceSvcAttachmentData::CloseHandle
c++
APIRef
kbSyntax
COM
Wsecedit.dll
ISceSvcAttachmentData.CloseHandle

ISceSvcAttachmentData::CloseHandle

-description

The CloseHandle method closes a handle opened during a previous call to ISceSvcAttachmentData::Initialize.

-parameters

-param scesvcHandle [in]

The SCESVC_HANDLE to close.

-returns

The return value is an HRESULT. A value of S_OK indicates the method was successful.

-remarks

You should call this method when your attachment snap-in extension no longer requires the handle returned by ISceSvcAttachmentData::Initialize.

-see-also

ISceSvcAttachmentData

ISceSvcAttachmentData::Initialize