HRESULT EnumerateObjects(D3DRMOBJECTCALLBACK func, LPVOID lpArg);
Calls the callback function specified by the func parameter on each of the active Direct3DRM objects.
·Returns D3DRM_OK if successful, or an error otherwise. For a list of possible return codes, see Direct3D Retained-Mode Return Values.
func
Application-defined D3DRMOBJECTCALLBACK callback function to be called with each Direct3DRMObject object and the application-defined argument.
lpArg
Address of application-defined data passed to the callback function.