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.

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.

Remarks

The CURSORDIR structure is passed in the RESDIR structure if the RESDIR structure describes a cursor.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]

See also

Reference

RESDIR

Conceptual

Resources