IWbemHiPerfEnum::RemoveObjects method (wbemcli.h)

The IWbemHiPerfEnum::RemoveObjects method removes objects (identified by their refresher identifiers) from a refresher.

Syntax

HRESULT RemoveObjects(
       long  lFlags,
  [in] ULONG uNumObjects,
  [in] long  *apIds
);

Parameters

lFlags

Reserved. This parameter must be 0 (zero).

[in] uNumObjects

Number of objects to remove.

[in] apIds

Pointer to an array of integers that contains the refresher identifiers of the objects to remove.

Return value

This method returns an HRESULT indicating the status of the method call. The following list lists the value contained within an HRESULT.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header wbemcli.h (include Wbemidl.h)
Library Wbemuuid.lib

See also

IWbemHiPerfEnum