IX509EnrollmentPolicyServer::GetFriendlyName method (certenroll.h)

The GetFriendlyName method retrieves a display name for the certificate enrollment policy (CEP) server.

Syntax

HRESULT GetFriendlyName(
  [out, retval] BSTR *pValue
);

Parameters

[out, retval] pValue

Pointer to a BSTR variable that contains the display name.

Return value

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 display name 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.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header certenroll.h

See also

IX509EnrollmentPolicyServer