Go to the source code of this file.
Typedefs | |
typedef enum _ErrorCode | ErrorCode |
Enumerations | |
enum | _ErrorCode { ErrorNoError = 0, ErrorNotSupported = 0x01000000, ErrorNotImplemented, ErrorNotAvailable, ErrorNotOwner, ErrorNotFound, ErrorBadObject, ErrorBadParam, ErrorResourceInUse, ErrorTimedOut, ErrorOutOfMemory, ErrorOutOfBounds, ErrorUnknown, ErrorDriverNotFound = 0x02000000, ErrorDriverIsExclusive } |