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
Send comments about this topic to Microsoft
Build date: 2/3/2012