|
DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
|
Macros | |
| #define | DSETUPERR_SUCCESS_RESTART 1 |
| Setup was successful and a restart is required. More... | |
| #define | DSETUPERR_SUCCESS 0 |
| Setup was successful and no restart is required. More... | |
| #define | DSETUPERR_BADWINDOWSVERSION -1 |
| DirectX does not support the Windows version on the system. More... | |
| #define | DSETUPERR_SOURCEFILENOTFOUND -2 |
| One of the required source files could not be found. More... | |
| #define | DSETUPERR_BADSOURCESIZE -3 |
| A file's size could not be verified or was incorrect. More... | |
| #define | DSETUPERR_BADSOURCETIME -4 |
| A file's date and time could not be verified or were incorrect. More... | |
| #define | DSETUPERR_NOCOPY -5 |
| A file's version could not be verified or was incorrect. More... | |
| #define | DSETUPERR_OUTOFDISKSPACE -6 |
| The setup program ran out of disk space during installation. More... | |
| #define | DSETUPERR_CANTFINDINF -7 |
| A required .inf file could not be found. More... | |
| #define | DSETUPERR_CANTFINDDIR -8 |
| The setup program could not find the working directory. More... | |
| #define | DSETUPERR_INTERNAL -9 |
| #define | DSETUPERR_NTWITHNO3D -10 |
| Undocumented flag, but it's in the header file. More... | |
| #define | DSETUPERR_UNKNOWNOS -11 |
| The operating system on your system is not currently supported. More... | |
| #define | DSETUPERR_USERHITCANCEL -12 |
| The Cancel button was pressed before the application was fully installed. More... | |
| #define | DSETUPERR_NOTPREINSTALLEDONNT -13 |
Apparently "must remain compatible with previous setup."
| #define DSETUPERR_BADSOURCESIZE -3 |
A file's size could not be verified or was incorrect.
| #define DSETUPERR_BADSOURCETIME -4 |
A file's date and time could not be verified or were incorrect.
| #define DSETUPERR_BADWINDOWSVERSION -1 |
DirectX does not support the Windows version on the system.
| #define DSETUPERR_CANTFINDDIR -8 |
The setup program could not find the working directory.
| #define DSETUPERR_CANTFINDINF -7 |
A required .inf file could not be found.
| #define DSETUPERR_INTERNAL -9 |
An internal error occurred.
| #define DSETUPERR_NOCOPY -5 |
A file's version could not be verified or was incorrect.
| #define DSETUPERR_NOTPREINSTALLEDONNT -13 |
The version of Windows NT on the system does not contain the current version of DirectX. An older version of DirectX may be present, or DirectX may be absent altogether.
| #define DSETUPERR_NTWITHNO3D -10 |
Undocumented flag, but it's in the header file.
| #define DSETUPERR_OUTOFDISKSPACE -6 |
The setup program ran out of disk space during installation.
| #define DSETUPERR_SOURCEFILENOTFOUND -2 |
One of the required source files could not be found.
| #define DSETUPERR_SUCCESS 0 |
Setup was successful and no restart is required.
| #define DSETUPERR_SUCCESS_RESTART 1 |
Setup was successful and a restart is required.
| #define DSETUPERR_UNKNOWNOS -11 |
The operating system on your system is not currently supported.
| #define DSETUPERR_USERHITCANCEL -12 |
The Cancel button was pressed before the application was fully installed.