IVideoWindow::IsCursorHidden (Compact 2013)
3/26/2014
This method determines if the cursor is hidden or showing.
Syntax
HRESULT IsCursorHidden(
long* CursorHidden
);
Parameters
- CursorHidden
[out] If OATRUE, cursor is hidden; if OAFALSE, cursor is displayed.
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 |