Share via


CBaseControlWindow::IsCursorHidden (Compact 2013)

3/26/2014

Retrieves the current state of the m_bCursorHidden data member.

Syntax

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

Parameters

  • CursorHidden
    Value of m_bCursorHidden.

Return Value

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

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBaseControlWindow Class