LOCALHEADER

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

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.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.

See Also

Resources Overview, Resource Structures, CURSORDIR, RESDIR