IEnroll4::setPendingRequestInfoWStr method (xenroll.h)

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

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

Syntax

HRESULT setPendingRequestInfoWStr(
  [in] LONG    lRequestID,
  [in] LPCWSTR pwszCADNS,
  [in] LPCWSTR pwszCAName,
  [in] LPCWSTR pwszFriendlyName
);

Parameters

[in] lRequestID

Identifier for the request, as assigned by the certification authority (CA).

[in] pwszCADNS

A pointer to a null-terminated wide character string that represents the CA's Domain Name System (DNS) name. This parameter cannot be null.

[in] pwszCAName

A pointer to a null-terminated wide character string that represents the CA's name. This parameter cannot be null.

[in] pwszFriendlyName

A pointer to a null-terminated wide character string that represents the CA's display name. This parameter may be null.

Return value

None

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

See also

IEnroll4