1 out of 6 rated this helpful - Rate this topic

GetCursorInfo function

Applies to: desktop apps only

Retrieves information about the global cursor.

Syntax

BOOL WINAPI GetCursorInfo(
  __inout  PCURSORINFO pci
);

Parameters

pci [in, out]

Type: PCURSORINFO

A pointer to a CURSORINFO structure that receives the information. Note that you must set the cbSize member to sizeof(CURSORINFO) before calling this function.

Return value

Type: BOOL

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero. To get extended error information, call GetLastError.

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Header

Winuser.h (include Windows.h)

Library

User32.lib

DLL

User32.dll

See also

Reference
CURSORINFO
GetGUIThreadInfo
Conceptual
Cursors

 

 

Send comments about this topic to Microsoft

Build date: 2/3/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ