Applications use the methods of the IDirect3DRMWrap interface to work with wrap objects. This section is a reference to the methods of this interface. For a conceptual overview, see IDirect3DRMWrap Interface.
The methods of the IDirect3DRMWrap interface can be organized into the following groups:
Initialization | Init |
Wrap | Apply |
ApplyRelative |
The IDirect3DRMWrap interface, like all COM interfaces, inherits the IUnknown interface methods. The IUnknown interface supports the following three methods:
AddRef
QueryInterface
Release
In addition, the IDirect3DRMWrap interface inherits the following methods from the IDirect3DRMObject interface:
The Direct3DRMWrap object is obtained by calling the IDirect3DRM::CreateWrap method.