LOCALHEADER

The LOCALHEADER structure contains the x- and y-coordinates of a hotspot associated with the cursor identified by a RESDIR structure.

typedef struct tagLOCALHEADER {

WORD xHotSpot;

WORD yHotSpot;

} LOCALHEADER;

Members

xHotSpot

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

yHotSpot

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

Remarks

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

See Also

CURSORDIR, RESDIR