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.
Syntax
typedef struct {
WORD Width;
WORD Height;
} CURSORDIR;
Members
- Width
-
Type: WORD
-
The width of the cursor, in pixels. Acceptable values are 16, 32, and 64.
- Height
-
Type: WORD
-
The height of the cursor, in pixels. Acceptable values are 16, 32, and 64.
Remarks
The CURSORDIR structure is passed in the RESDIR structure if the RESDIR structure describes 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: 9/7/2011
