IEnroll4::addNameValuePairToRequestWStr method (xenroll.h)

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

The addNameValuePairToRequestWStr method adds an unauthenticated name-value string pair to the request. This method was first defined in the IEnroll4 interface.

Syntax

HRESULT addNameValuePairToRequestWStr(
  [in] LONG    Flags,
  [in] LPCWSTR pwszName,
  [in] LPCWSTR pwszValue
);

Parameters

[in] Flags

This parameter is reserved for future use and must be set to zero.

[in] pwszName

A pointer to a null-terminated wide character string that represents the name portion of the name-value pair.

[in] pwszValue

A pointer to a null-terminated wide character string that represents the value portion of the name-value pair.

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

IEnroll

IEnroll4