LOCALHEADER structure
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
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |