This method returns object pointers (up to the number requested in pCount) for as many objects that match the specifications and that fit in pBuffer. On output, pCount contains the actual number of object pointers returned. The returned objects are all locked. The wpUnlockObject method for each object must be called when finished using the object.

The wpclsFindObjectNext method uses the find object handle returned by wpclsFindObjectFirst to continue the search started by the wpclsFindObjectFirst request.

The wpclsFindObjectEnd method should be called to terminate the find operation.


[Back] [Next]