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;
The LOCALHEADER structure is the first data written to the RT_CURSOR resource if a RESDIR structure contains information about a cursor.