Skip to content

Latest commit

 

History

History
109 lines (93 loc) · 3.45 KB

nf-certenroll-ix509enrollmentpolicyserver-getpolicyserverid.md

File metadata and controls

109 lines (93 loc) · 3.45 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.IX509EnrollmentPolicyServer.GetPolicyServerId
IX509EnrollmentPolicyServer::GetPolicyServerId (certenroll.h)
Retrieves a string value that uniquely identifies the certificate enrollment policy (CEP) server.
GetPolicyServerId
GetPolicyServerId method [Security]
GetPolicyServerId method [Security]
IX509EnrollmentPolicyServer interface
IX509EnrollmentPolicyServer interface [Security]
GetPolicyServerId method
IX509EnrollmentPolicyServer.GetPolicyServerId
IX509EnrollmentPolicyServer::GetPolicyServerId
certenroll/IX509EnrollmentPolicyServer::GetPolicyServerId
security.ix509enrollmentpolicyserver_getpolicyserverid
security\ix509enrollmentpolicyserver_getpolicyserverid.htm
security
daff74e8-a124-4194-95f6-5837598c352f
12/05/2018
GetPolicyServerId, GetPolicyServerId method [Security], GetPolicyServerId method [Security],IX509EnrollmentPolicyServer interface, IX509EnrollmentPolicyServer interface [Security],GetPolicyServerId method, IX509EnrollmentPolicyServer.GetPolicyServerId, IX509EnrollmentPolicyServer::GetPolicyServerId, certenroll/IX509EnrollmentPolicyServer::GetPolicyServerId, security.ix509enrollmentpolicyserver_getpolicyserverid
certenroll.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Certenroll.idl
Windows
19H1
IX509EnrollmentPolicyServer::GetPolicyServerId
certenroll/IX509EnrollmentPolicyServer::GetPolicyServerId
c++
APIRef
kbSyntax
COM
Certenroll.h
IX509EnrollmentPolicyServer.GetPolicyServerId

IX509EnrollmentPolicyServer::GetPolicyServerId

-description

The GetPolicyServerId method retrieves a string value that uniquely identifies the certificate enrollment policy (CEP) server. This value is set in the Initialize method.

-parameters

-param pValue [out, retval]

Pointer to a BSTR variable that contains the ID string.

-returns

If the function succeeds, the function returns S_OK.

If the function fails, it returns an HRESULT value that indicates the error. Possible values include, but are not limited to, those in the following table. For a list of common error codes, see Common HRESULT Values.

Return code Description
CERTSRV_E_PROPERTY_EMPTY
The ID could not be found.
E_OUTOFMEMORY
There was not sufficient memory available for the string specified in the pValue parameter.
E_POINTER
The pValue parameter cannot be NULL.

-see-also

IX509EnrollmentPolicyServer