Microsoft DirectX 9.0

IFullScreenVideoEx::SetDefault

The SetDefault method saves the current settings.

Syntax

HRESULT SetDefault(void);

Return Values

Returns an HRESULT value.

Remarks

Normally, the properties set through this interface apply only to the current instance of the Full Screen Renderer. Calling this method saves the current values as the global default. This method persists the following information:

It does not persist the caption or the hide-when-deactivated flag.

See Also