The Direct3dRMObject Class contains the following methods:
addDestroyCallback registers a function to be called when an object is destroyed.
deleteDestroyCallback removes a function previously registered with the addDestroyCallback method.
duplicate creates a copy of an object.
getAppData retrieves the 32 bits of application-specific data in the object. The default value is 0.
getClassName retrieves the name of the object's class.
getName retrieves the object name.
setAppData sets the 32 bits of application-specific data in the object.
setName sets the object's name.