IPrincipal2::get_RequiredPrivilegeCount method (taskschd.h)

Gets the number of privileges in the required privileges array.

This property is read-only.

Syntax

HRESULT get_RequiredPrivilegeCount(
  long *pCount
);

Parameters

pCount

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header taskschd.h
Library Taskschd.lib
DLL Taskschd.dll

See also

IPrincipal2