ICredentialProviderCredentialEvents::DeleteFieldComboBoxItem method
Communicates to the Logon UI or Credential UI that an item should be deleted from a combo box and that the UI should be updated.
Syntax
HRESULT DeleteFieldComboBoxItem( [in] ICredentialProviderCredential *pcpc, [in] DWORD dwFieldID, [in] DWORD dwItem );
Parameters
- pcpc [in]
-
Type: ICredentialProviderCredential*
The credential containing the combo box that needs to be updated. This value should be set to this. See ICredentialProviderCredentialEvents for more information.
- dwFieldID [in]
-
Type: DWORD
The unique ID of the combo box.
- dwItem [in]
-
Type: DWORD
The index of the item that is deleted.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
Show: