CURSORDIR

The 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.

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.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.

See Also

Resources Overview, Resource Structures, RESDIR