IDirect3DRMWrap Interface Method Groups

Applications use the methods of the IDirect3DRMWrap interface to work with wrap objects. This interface supports the following methods:

Initialization Init

IUnknown AddRef

QueryInterface

Release

Wrap Apply

ApplyRelative

All COM interfaces inherit the IUnknown interface methods, which are listed in the "IUnknown" group above. These three methods allow additional interfaces to be added to the Direct3DRMWrap object without affecting the functionality of the original interface. In addition, the IDirect3DRMWrap interface inherits the following methods from the IDirect3DRMObject interface:

AddDestroyCallback

Clone

DeleteDestroyCallback

GetAppData

GetClassName

GetName

SetAppData

SetName

The Direct3DRMWrap object is obtained by calling the IDirect3DRM::CreateWrap method.