Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Retrieves the current state of the m_bCursorHiddendata member.
HRESULT IsCursorHidden( long * CursorHidden ); BOOL IsCursorHidden( );
Parameters
Return Values
When called without a parameter, returns OATRUE if the cursor is hidden, or OAFALSE if the cursor is visible.
When called with a parameter, returns an HRESULTvalue.
Remarks
Internal objects should call this member function without the CursorHiddenparameter to avoid locking the critical section. External objects access this member function with the CursorHiddenparameter through the IVideoWindow::IsCursorHiddenmethod.