mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:12:57 +00:00
[DDK] Import definitions required by newer storage class drivers
CORE-17129
This commit is contained in:
parent
093f377c40
commit
3da77f9173
4 changed files with 1981 additions and 197 deletions
|
@ -146,7 +146,7 @@ typedef struct _SCSIWMILIB_CONTEXT {
|
|||
} SCSI_WMILIB_CONTEXT, *PSCSI_WMILIB_CONTEXT;
|
||||
|
||||
_Must_inspect_result_
|
||||
SCSIPORTAPI
|
||||
SCSIPORT_API
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
ScsiPortWmiDispatchFunction(
|
||||
|
@ -189,7 +189,7 @@ ScsiPortWmiDispatchFunction(
|
|||
#define ScsiPortWmiGetReturnStatus(RequestContext) \
|
||||
((RequestContext)->ReturnStatus)
|
||||
|
||||
SCSIPORTAPI
|
||||
SCSIPORT_API
|
||||
VOID
|
||||
NTAPI
|
||||
ScsiPortWmiPostProcess(
|
||||
|
@ -197,7 +197,7 @@ ScsiPortWmiPostProcess(
|
|||
_In_ UCHAR SrbStatus,
|
||||
_In_ ULONG BufferUsed);
|
||||
|
||||
SCSIPORTAPI
|
||||
SCSIPORT_API
|
||||
VOID
|
||||
NTAPI
|
||||
ScsiPortWmiFireLogicalUnitEvent(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue