ICredentialProviderUserArray::GetCount method (credentialprovider.h)

Retrieves the number of ICredentialProviderUser objects in the user array.

Syntax

HRESULT GetCount(
  [out] DWORD *userCount
);

Parameters

[out] userCount

A pointer to a value that, when this method returns successfully, receives the number of users in the array.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header credentialprovider.h
Library CredentialProvider.lib
DLL Authui.dll

See also

ICredentialProviderUserArray