mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 13:27:05 +00:00
- More header fixes.
svn path=/trunk/; revision=33731
This commit is contained in:
parent
17e1cf3127
commit
fb517419d2
2 changed files with 18 additions and 1 deletions
|
@ -1057,7 +1057,7 @@ typedef struct _FILE_EXCLUSIVE_LOCK_ENTRY {
|
||||||
FILE_LOCK_INFO FileLock;
|
FILE_LOCK_INFO FileLock;
|
||||||
} FILE_EXCLUSIVE_LOCK_ENTRY, *PFILE_EXCLUSIVE_LOCK_ENTRY;
|
} FILE_EXCLUSIVE_LOCK_ENTRY, *PFILE_EXCLUSIVE_LOCK_ENTRY;
|
||||||
|
|
||||||
typedef NTSTATUS (*PCOMPLETE_LOCK_IRP_ROUTINE) (
|
typedef NTSTATUS (NTAPI *PCOMPLETE_LOCK_IRP_ROUTINE) (
|
||||||
IN PVOID Context,
|
IN PVOID Context,
|
||||||
IN PIRP Irp
|
IN PIRP Irp
|
||||||
);
|
);
|
||||||
|
|
|
@ -278,6 +278,23 @@ SymbolicName=STATUS_PROCESS_IN_JOB
|
||||||
Language=English
|
Language=English
|
||||||
The specified process is part of a job.
|
The specified process is part of a job.
|
||||||
|
|
||||||
|
.
|
||||||
|
MessageId=0x125
|
||||||
|
Severity=Success
|
||||||
|
Facility=System
|
||||||
|
SymbolicName=STATUS_VOLSNAP_HIBERNATE_READY
|
||||||
|
Language=English
|
||||||
|
{Volume Shadow Copy Service}
|
||||||
|
The system is now ready for hibernation.
|
||||||
|
|
||||||
|
.
|
||||||
|
MessageId=0x126
|
||||||
|
Severity=Success
|
||||||
|
Facility=System
|
||||||
|
SymbolicName=STATUS_FSFILTER_OP_COMPLETED_SUCCESSFULLY
|
||||||
|
Language=English
|
||||||
|
A file system or file system filter driver has successfully completed an FsFilter operation.
|
||||||
|
|
||||||
.
|
.
|
||||||
MessageId=0x367
|
MessageId=0x367
|
||||||
Severity=Success
|
Severity=Success
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue