IDirect3DDevice8::GetClipStatus
This method retrieves the clip status.
HRESULT GetClipStatus(
D3DCLIPSTATUS8* pClipStatus
);
Parameters
- pClipStatus
[out] Pointer to a D3DCLIPSTATUS8 structure that describes the clip status.
Return Values
If the method succeeds, the return value is D3D_OK.
D3DERR_INVALIDCALL is returned if the argument is invalid.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: D3d8.h.
Link Library: D3d8.lib.
See Also
IDirect3DDevice8::SetClipStatus | D3DCLIPSTATUS8 | IDirect3DDevice8
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.