Share via


IVideoWindow::HideCursor (Compact 2013)

3/26/2014

This method hides the cursor.

Syntax

HRESULT HideCursor(
  long HideCursor
);

Parameters

  • HideCursor
    [in] If OATRUE, do not display the cursor; if OAFALSE, display the cursor.

Return Value

Returns an HRESULT value.

Remarks

This method is typically used when the video renderer is in full-screen mode, where cursor display might be unwanted.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IVideoWindow Interface