Trace: » Creating a Bluetooth COM-Port » How to detect a Module » CursorOn
Access to information is restricted depending on your login.
Request login-information through our contact form.
Table of Contents
CursorOn
The function CursorOn will enable the cursor at driver-level. If the OS has no support for cursor included (SYSGEN_CURSOR) this will not add one. It is usefull in combination with CursorOff.
int CursorOn( void);
Parameters
none
Return Values
1 on success, 0 if failed or not implemented in display-driver.
Remarks
A cursor will only pop up when calling CursorOn(), if it is not hidden with ShowCursor().
Requirements
OS Versions: Windows CE 5 and later.
Header: drvlib_app.h
Link Library: drvlib_app.lib
See Also
(C) 2009 Keith & Koep GmbH. Alle Rechte vorbehalten. Nutzungsbedingungen
(C) 2009 Keith & Koep GmbH. All rights reserved. Terms of Use
(C) 2009 Keith & Koep GmbH. All rights reserved. Terms of Use