* ntdll.h (STATUS_OBJECT_NAME_INVALID): Define.
This commit is contained in:
parent
cebf33e402
commit
1ceec140c0
|
@ -1,3 +1,7 @@
|
|||
2007-09-20 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* ntdll.h (STATUS_OBJECT_NAME_INVALID): Define.
|
||||
|
||||
2007-09-18 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* mmap.cc (fh_disk_file): Delete as global static variable and...
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#define STATUS_NO_MEDIA_IN_DEVICE ((NTSTATUS) 0xc0000013)
|
||||
#define STATUS_ACCESS_DENIED ((NTSTATUS) 0xc0000022)
|
||||
#define STATUS_BUFFER_TOO_SMALL ((NTSTATUS) 0xc0000023)
|
||||
#define STATUS_OBJECT_NAME_INVALID ((NTSTATUS) 0xc0000033)
|
||||
#define STATUS_OBJECT_NAME_NOT_FOUND ((NTSTATUS) 0xc0000034)
|
||||
#define STATUS_OBJECT_PATH_NOT_FOUND ((NTSTATUS) 0xc000003A)
|
||||
#define STATUS_SHARING_VIOLATION ((NTSTATUS) 0xc0000043)
|
||||
|
|
Loading…
Reference in New Issue