Share via


CBaseControlWindow::HideCursor

 
Microsoft DirectShow 9.0

CBaseControlWindow::HideCursor

The HideCursor method hides or displays the cursor.

Syntax

  HRESULT HideCursor(
    long HideCursor
);

Parameters

HideCursor

Value specifying whether to show the cursor. Set to OATRUE to hide the cursor, or OAFALSE to display the cursor.

Return Value

Returns an HRESULT value.

Requirements

**  Header:** Declared in Ctlutil.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also