Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an empty collection to which you add filter properties.
Syntax
HRESULT CreateFilterCollection(
  [out] IFilterCollection **pCollection
);
Parameters
- pCollection [out]
 An IFilterCollection interface to which you add filter properties.
Return value
If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code.
Examples
For an example, see Filtering and Sorting Lists of Objects.
Requirements
| Product | HPC Pack 2008 R2 Client Utilities, HPC Pack 2008 Client Utilities | 
| Type library | Microsoft.Hpc.Scheduler.tlb |