Microsoft DirectX 8.1 (C++) |
The IsUsingDefaultDestination method determines if the renderer is using the default destination window.
Syntax
virtual HRESULT IsUsingDefaultDestination(void);
Return Value
Returns S_OK if using the default destination; otherwise, returns S_FALSE.
See Also