This topic has not yet been rated - Rate this topic

LOCALHEADER structure

Applies to: desktop apps only

Contains the x- and y-coordinates of a hotspot associated with the cursor identified by a RESDIR structure. The structure definition provided here is for explanation only; it is not present in any standard header file.

Syntax

typedef struct {
  WORD xHotSpot;
  WORD yHotSpot;
} LOCALHEADER;

Members

xHotSpot

Type: WORD

The x-coordinate of the cursor hot spot, in pixels.

yHotSpot

Type: WORD

The y-coordinate of the cursor hot spot, in pixels.

Remarks

The LOCALHEADER structure is the first data written to the RT_CURSOR resource if a RESDIR structure contains information about a cursor.

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

See also

Reference
CURSORDIR
RESDIR
Conceptual
Resources

 

 

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