ICEnroll4::setPendingRequestInfo method (xenroll.h)

[This method is no longer available for use as of Windows Server 2008 and Windows Vista.]

The setPendingRequestInfo method sets properties for a pending request. This method was first defined in the ICEnroll4 interface.

Syntax

HRESULT setPendingRequestInfo(
  [in] LONG lRequestID,
  [in] BSTR strCADNS,
  [in] BSTR strCAName,
  [in] BSTR strFriendlyName
);

Parameters

[in] lRequestID

An identifier for the request, as assigned by the certification authority.

[in] strCADNS

The Domain Name System (DNS) name of the certification authority. The strCADNS parameter cannot be NULL.

[in] strCAName

The name of the certification authority. The strCAName parameter cannot be NULL.

[in] strFriendlyName

The display name of the certification authority. The strFriendlyName parameter can be NULL.

Return value

VB

If the method succeeds, the method returns S_OK.

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

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header xenroll.h
Library Uuid.lib
DLL Xenroll.dll