다음을 통해 공유


CBaseControlWindow::IsCursorHidden (Windows CE 5.0)

Send Feedback

Retrieves the current state of the m_bCursorHidden data member.

HRESULT IsCursorHidden(long* CursorHidden);BOOL IsCursorHidden( );

Parameters

  • CursorHidden
    Value of m_bCursorHidden.

Return Values

When called without a parameter, returns OATRUE if the cursor is hidden, or OAFALSE if the cursor is visible.

When called with a parameter, returns an HRESULT value.

Remarks

Internal objects should call this member function without the CursorHidden parameter to avoid locking the critical section.

External objects access this member function with the CursorHidden parameter through the IVideoWindow::IsCursorHidden method.

Requirements

DirectShow applications and DirectShow filters have different include file and link library requirements.

For more information, see Setting Up the Build Environment.

OS Versions: Windows CE 3.0 and later.
Header:

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.