Skip to content

Latest commit

 

History

History
73 lines (58 loc) · 2.32 KB

nf-certenroll-ix509extensions-remove.md

File metadata and controls

73 lines (58 loc) · 2.32 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:certenroll.IX509Extensions.Remove
IX509Extensions::Remove (certenroll.h)
Removes an IX509Extension object from the collection by index number.
IX509Extensions interface [Security]
Remove method
IX509Extensions.Remove
IX509Extensions::Remove
Remove
Remove method [Security]
Remove method [Security]
IX509Extensions interface
certenroll/IX509Extensions::Remove
security.ix509extensions_remove_method
security\ix509extensions_remove_method.htm
security
da1fcad3-7351-4d26-b483-a6548c3bdbec
12/05/2018
IX509Extensions interface [Security],Remove method, IX509Extensions.Remove, IX509Extensions::Remove, Remove, Remove method [Security], Remove method [Security],IX509Extensions interface, certenroll/IX509Extensions::Remove, security.ix509extensions_remove_method
certenroll.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
CertEnroll.dll
Windows
19H1
IX509Extensions::Remove
certenroll/IX509Extensions::Remove
c++
APIRef
kbSyntax
COM
CertEnroll.dll
IX509Extensions.Remove

IX509Extensions::Remove

-description

The Remove method removes an IX509Extension object from the collection by index number.

-parameters

-param Index [in]

A LONG variable that contains the index of the object to remove.

-returns

If the function succeeds, the function returns S_OK.

If the function fails, it returns an HRESULT value that indicates the error. For a list of common error codes, see Common HRESULT Values.

-see-also

IX509Extension

IX509Extensions