IDirect3DRMDevice Interface Method Groups
Applications use the methods of the IDirect3DRMDevice interface to interact with the output device. The methods can be organized into the following groups:
Buffer counts GetBufferCount
Color models GetColorModel
Dithering GetDither
Initialization Init
IUnknown AddRef
Miscellaneous GetDirect3DDevice
Notifications AddUpdateCallback
Rendering quality GetQuality
Shading GetShades
Texture quality GetTextureQuality
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 Direct3DRMDevice object without affecting the functionality of the original interface. In addition, the IDirect3DRMDevice interface inherits the following methods from the IDirect3DRMObject interface:
The Direct3DRMDevice object is obtained by calling the IDirect3DRM::CreateDevice method.