IWSCProductList::get_Count method (iwscapi.h)

Gathers the total number of all security product providers of the specified type on the computer.

Syntax

HRESULT get_Count(
  [out] LONG *pVal
);

Parameters

[out] pVal

A pointer to the number of providers in the list of security products on the computer.

Return value

If the method succeeds, returns S_OK.

If the method fails, returns a Win32 error code.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header iwscapi.h
Library Wscapi.lib
DLL Wscapi.dll

See also

IWSCProductList