ICredentialProviderUserArray::GetAt 方法 (credentialprovider.h)
從陣列擷取指定的使用者。
語法
HRESULT GetAt(
[in] DWORD userIndex,
[out] ICredentialProviderUser **user
);
參數
[in] userIndex
使用者的 0 陣列索引。 數位的大小可以透過 GetCount 方法取得。
[out] user
對象指標的位址,當這個方法成功傳回時,代表指定的使用者。 呼叫端在呼叫其 Release 方法不再需要時,必須負責釋放此物件。
傳回值
如果此方法成功,則會傳回S_OK。 否則,它會傳回 HRESULT 錯誤碼,包括下列各項:
傳回碼 | Description |
---|---|
|
userIndex 中指定的索引超出範圍。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2012 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | credentialprovider.h |
程式庫 | CredentialProvider.lib |
Dll | Authui.dll |