SCALARTYPE
The SCALARTYPE enumerated type contains values that specify the type of a scalar.
typedef enum {
SCALAR_STRING,
SCALAR_INT,
SCALAR_TIME,
SCALAR_BINARY
} SCALARTYPE;
The SCALARTYPE enumerated type is used by the SCALAR and SCALAR_INFO structures.
Members
-
SCALAR_STRING
-
Specifies that the scalar contains a string value.
-
SCALAR_INT
-
Specifies that the scalar contains an integer (DWORD) value.
-
SCALAR_TIME
-
Specifies that the scalar contains a time value (time_t).
-
SCALAR_BINARY
-
Specifies that the scalar contains binary data. Currently, the only scalar of type SCALAR_BINARY is the Icon scalar of program item folders.
See Also
SCALAR, SCALAR_INFO