Microsoft DirectX 9.0 |
The IsUsingDefaultDestination method queries whether the renderer is using the default destination rectangle.
Syntax
HRESULT IsUsingDefaultDestination(void);
Parameters
This method takes no parameters.
Return Values
Returns S_OK if the renderer is using the default destination rectangle, or S_FALSE otherwise.
See Also