次の方法で共有


IDirect3DDevice8::SetClipStatus

This method sets the clip status.

HRESULT SetClipStatus(
  CONST D3DCLIPSTATUS8* pClipStatus
);

Parameters

  • pClipStatus
    [in] Pointer to a D3DCLIPSTATUS8 structure, describing the clip status settings to be set.

Return Values

If the method succeeds, the return value is D3D_OK.

D3DERR_INVALIDCALL if one of the arguments is invalid.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: D3d8.h.
Link Library: D3d8.lib.

See Also

IDirect3DDevice8::GetClipStatus | D3DCLIPSTATUS8 | IDirect3DDevice8

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.