CURSORDIR structure
Contains the dimensions of an individual cursor image in a resource group.
The structure definition provided here is for explanation only; it is not present in any standard header file.
typedef struct {
WORD Width;
WORD Height;
} CURSORDIR;
-
Width
-
Type: WORD
-
The width of the cursor, in pixels.
The value 0 is accepted as representing a width of 256.
-
Height
-
Type: WORD
-
The height of the cursor, in pixels.
The value 0 is accepted as representing a height of 256.
The CURSORDIR structure is passed in the RESDIR structure if the RESDIR structure describes a cursor.
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |