This topic has not yet been rated Rate this topic

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

Reference
RESDIR
Conceptual
Resources

 

 

Send comments about this topic to Microsoft

Build date: 9/7/2011

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ