RAS_PARAMS_FORMAT enumeration
[The RAS_PARAMS_FORMAT enumeration is not supported as of Windows Vista.]
The RAS_PARAMS_FORMAT enumeration type is used in the RAS_PARAMETERS structure to indicate the type of data associated with a media-specific key.
Syntax
typedef enum RAS_PARAMS_FORMAT {
ParamNumber = 0,
ParamString = 1
} RAS_PARAMS_FORMAT;
Constants
-
ParamNumber
-
Indicates that the data associated with the key is a number.
-
ParamString
-
Indicates that the data associated with the key is a string.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
End of client support |
Windows XP |
End of server support |
Windows Server 2003 |
Header |
|