Skip to content

Latest commit

 

History

History
70 lines (57 loc) · 1.68 KB

nf-cryptxml-cryptxmlclose.md

File metadata and controls

70 lines (57 loc) · 1.68 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:cryptxml.CryptXmlClose
CryptXmlClose function (cryptxml.h)
Closes a cryptographic XML object handle.
CryptXmlClose
CryptXmlClose function [Security]
cryptxml/CryptXmlClose
security.cryptxmlclose
security\cryptxmlclose.htm
security
ee3f8ea3-4898-462b-87cd-47dd3134636c
12/05/2018
CryptXmlClose, CryptXmlClose function [Security], cryptxml/CryptXmlClose, security.cryptxmlclose
cryptxml.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Cryptxml.lib
Cryptxml.dll
Windows
19H1
CryptXmlClose
cryptxml/CryptXmlClose
c++
APIRef
kbSyntax
DllExport
Cryptxml.dll
CryptXmlClose

CryptXmlClose function

-description

The CryptXmlClose function closes a cryptographic XML object handle.

-parameters

-param hCryptXml [in]

The handle of the cryptographic XML object to be closed.

-returns

If the function succeeds, the function returns zero.

If the function fails, it returns an HRESULT value that indicates the error.

-remarks

At each call to this function, the reference count on the handle is reduced by one. When the reference count reaches zero, an object encapsulated by the handle is fully released.