IVideoWindow::IsCursorHidden

 
Microsoft DirectShow 9.0

IVideoWindow::IsCursorHidden

The IsCursorHidden method queries whether the cursor is hidden.

Syntax

  HRESULT IsCursorHidden(
    long *CursorHidden
);

Parameters

CursorHidden

[out] Pointer to a variable that receives the value OATRUE if the cursor is hidden, or OAFALSE if the cursor is displayed.

Return Values

Possible return values include the following:

Value Description
E_POINTER NULL pointer.
S_OK Success.
VFW_E_NOT_CONNECTED The video renderer filter is not connected.

Requirements

Header: Declared in Control.h; include Dshow.h.

Library: Use Strmiids.lib.

See Also