2003-07-13 Casper S. Hornstrup <chorns@users.sourceforge.net>
* include/ddk/ntifs.h (KeInsertQueueApc): Make return type BOOLEAN. Name parameter 4 PriorityBoost and make it of type KPRIORITY. * include/ddk/winddk.h (_KPCR): Put IDT field on next line. * include/ddk/winddk.h (_IO_STATUS_BLOCK, _IRP, _OWNER_ENTRY, _ERESOURCE, _IMAGE_INFO, _CREATE_DISK, _DISK_SIGNATURE, _KPCR_TIB): Apply _ANONYMOUS_UNION to anonymous unions and _ANONYMOUS_STRUCT to anonymous structs.
This commit is contained in:
@@ -3099,13 +3099,13 @@ KeInsertQueue (
|
||||
);
|
||||
|
||||
NTKERNELAPI
|
||||
VOID
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
KeInsertQueueApc (
|
||||
IN PKAPC Apc,
|
||||
IN PVOID SystemArgument1,
|
||||
IN PVOID SystemArgument2,
|
||||
UCHAR Unknown
|
||||
IN PKAPC Apc,
|
||||
IN PVOID SystemArgument1,
|
||||
IN PVOID SystemArgument2,
|
||||
IN KPRIORITY PriorityBoost
|
||||
);
|
||||
|
||||
NTKERNELAPI
|
||||
|
Reference in New Issue
Block a user