FetchReportFailedPerUserEntries method of the Win32_TSLicenseReport class
Retrieves details of failed Remote Desktop Services Per User client access licenses (RDS Per User CALs) from the report.
Syntax
uint32 FetchReportFailedPerUserEntries(
[in] uint32 StartIndex,
[in, out] uint32 Count,
[out] Win32_TSLicenseReportFailedPerUserEntry ReportFailedPerUserEntries[]
);
Parameters
-
StartIndex [in]
-
The index of the first report entry to be retrieved. The first report entry has an index of zero.
-
Count [in, out]
-
The number of report entries to retrieve from the report object. A value of zero indicates that all of the report entries starting at StartIndex are to be retrieved. On return, contains the number of entries in the ReportFailedPerUserEntries array.
-
ReportFailedPerUserEntries [out]
-
An array of Win32_TSLicenseReportFailedPerUserEntry classes that represent the license entries retrieved. The Count parameter contains the number of elements in this array.
Return value
If the method succeeds, it returns zero. If the method is unsuccessful, it returns a nonzero value. For a list of error codes, see Remote Desktop Services WMI Provider Error Codes.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\CIMv2 |
MOF |
|
DLL |
|