Loads objects named in a call to the IDirect3DRM::Load method. This callback function is application-defined.
void (
*D3DRMLOADCALLBACK
)(
LPDIRECT3DRMOBJECT lpObject,
REFIID ObjectGuid,
LPVOID lpArg
);
Parameters
lpObject
Address of the Direct3DRMObject being loaded.
ObjectGuid
Globally unique identifier (GUID) of the object being loaded.
lpArg
Address of application-defined data passed to this callback function.
Return Values
No return value.
Remarks
When determining the order in which to call callback functions, the system searches the objects highest in the hierarchy first, and then calls their callback functions in the order in which they were created.
See Also