IDirect3DMobileDevice::GetClipStatus
A version of this page is also available for
4/8/2010
This method allows an application to query the driver to determine the status of a clipping operation. For more information, see Clipping.
Syntax
HRESULT GetClipStatus(
D3DMCLIPSTATUS* pClipStatus
);
Parameters
- pClipStatus
[out] A pointer to a D3DMCLIPSTATUS structure that the driver will populate with information about the previous clipping operation.
Return Value
If the method succeeds, the return value is D3DM_OK (see D3DM Values).
If the method fails, the return value can be D3DMERR_INVALIDCALL (see D3DMERR Values).
Requirements
Header | d3dm.h |
Library | D3dm.lib, D3dmguid.lib |
Windows Embedded CE | Windows CE 5.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
IDirect3DMobileDevice
D3DMCLIPSTATUS