Packages
 In this topic

*Methods

 

Packages   PreviousThis PackageNext
Package com.ms.directX   Previous This
Package
Next

 


Interface ILoadCallback

public interface ILoadCallback extends IUnknown
{
  // Methods
  public void callbackLoad(Direct3dRM obj, _Guid id, IUnknown args);
}

Use with Direct3dRM.loadFromFileByPos to set the callback function to be called when an object is loaded.

IUnknown
  |
  +--ILoadCallback

Methods

callbackLoad

public void callbackLoad(Direct3dRM obj, _Guid id, IUnknown args);

Loads objects. This callback function is application-defined.

Return Value:

No return value.

ParameterDescription
obj The Direct3dRM object being loaded.
id The globally unique identifier (GUID) of the object being loaded.
args Application-defined data passed to this callback function.

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.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.