Microsoft DirectX 8.1 (C++) |
The GetClipFactor method retrieves the current clip loss factor setting.
Syntax
HRESULT GetClipFactor(
long *pClipFactor
);
Parameters
pClipFactor
[out] Pointer to the maximum allowable amount of the image to lose.
Return Value
Returns an HRESULT value.
Remarks
For a description of the clip loss factor setting, see IFullScreenVideo::SetClipFactor.
See Also