6#ifndef IDRSSTD_INTERFACE_H
7#define IDRSSTD_INTERFACE_H
54#define IDRS_MAX_PATH 260
Structure defines a color with Red, Green and Blue components.
Definition idrsstd_interface.h:84
IDRS_UCHAR ucGreen
The green component.
Definition idrsstd_interface.h:88
IDRS_UCHAR ucRed
The red component.
Definition idrsstd_interface.h:90
IDRS_UCHAR ucBlue
The blue component.
Definition idrsstd_interface.h:86
Structure defines the coordinates of a point in iDRS.
Definition idrsstd_interface.h:74
IDRS_INT iX
Definition idrsstd_interface.h:76
IDRS_INT iY
Definition idrsstd_interface.h:78
Structure that defines the upper-left and lower-right corners of a rectangle.
Definition idrsstd_interface.h:60
IDRS_INT iBottom
Definition idrsstd_interface.h:66
IDRS_INT iLeft
Definition idrsstd_interface.h:64
IDRS_INT iTop
Definition idrsstd_interface.h:62
IDRS_INT iRight
Definition idrsstd_interface.h:68