IPassportManager3::get_Option method

Retrieves the value of a specific Microsoft .NET Passport sign-in option.

Note

The get_Option method belongs to the IPassportManager3 interface. This topic supplements the initial documentation.

 

Syntax

HRESULT get_Option(
  [in]  BSTR    name,
  [out] VARIANT *pVal
);

Parameters

name [in]

The sign-in option to be retrieved. Currently, the only supported option is "iMode".

pVal [out]

A pointer to a VARIANT (VT_BOOL) that receives the value of the option. This value can be True or False.

Return value

Returns S_OK when the method succeeds.

Remarks

This method ships with older versions of the Passport SDK.