Microsoft DirectX 8.1 (C++) |
The SetDefault method sets the default full-screen video renderer settings.
Syntax
HRESULT SetDefault(void);
Return Value
Returns an HRESULT value.
Remarks
The properties set through this interface apply only to the current renderer instance. They can, however, be made the global default by calling this interface method.
See Also