IVideoWindow::IsCursorHidden method (control.h)
The IsCursorHidden
method queries whether the cursor is hidden.
Syntax
HRESULT IsCursorHidden(
[out] long *CursorHidden
);
Parameters
[out] CursorHidden
Receives the value OATRUE if the cursor is hidden, or OAFALSE if the cursor is displayed.
Return value
Possible return values include the following:
Return code | Description |
---|---|
|
NULL pointer. |
|
Success. |
|
The video renderer filter is not connected. |
Requirements
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | control.h (include Dshow.h) |
Library | Strmiids.lib |