Prev Next

CURSORDIR Overview  Group

The CURSORDIR structure contains the dimensions of an individual cursor image in a resource group.

struct CURSORDIR { 

    WORD Width; 

    WORD Height; 

} CURSORDIR; 

 

Members

Width
Specifies the width of the cursor, in pixels. Acceptable values are 16, 32, and 64.
Height
Specifies 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.

See Also

RESDIR