include: Add sperror error code SPERR_UNSUPPORTED_FORMAT.
This commit is contained in:
parent
615852a97f
commit
b24c1abf62
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
|||
|
||||
#define SPERR_UNINITIALIZED 0x80045001
|
||||
#define SPERR_ALREADY_INITIALIZED 0x80045002
|
||||
#define SPERR_UNSUPPORTED_FORMAT 0x80045003
|
||||
#define SPERR_INVALID_FLAGS 0x80045004
|
||||
#define SPERR_DEVICE_BUSY 0x80045006
|
||||
#define SPERR_DEVICE_NOT_SUPPORTED 0x80045007
|
||||
|
|
Loading…
Add table
Reference in a new issue