mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 16:45:50 +00:00
[KMDF] Make KMDF headers compatible with our SDK and compilers
This commit is contained in:
parent
40462c924e
commit
545df81502
32 changed files with 1134 additions and 979 deletions
|
@ -57,7 +57,7 @@ _Must_inspect_result_
|
|||
_IRQL_requires_max_(PASSIVE_LEVEL)
|
||||
WDFAPI
|
||||
NTSTATUS
|
||||
(*PFN_WDFSTRINGCREATE)(
|
||||
(STDCALL *PFN_WDFSTRINGCREATE)(
|
||||
_In_
|
||||
PWDF_DRIVER_GLOBALS DriverGlobals,
|
||||
_In_opt_
|
||||
|
@ -70,8 +70,8 @@ NTSTATUS
|
|||
|
||||
_Must_inspect_result_
|
||||
_IRQL_requires_max_(PASSIVE_LEVEL)
|
||||
NTSTATUS
|
||||
FORCEINLINE
|
||||
NTSTATUS
|
||||
WdfStringCreate(
|
||||
_In_opt_
|
||||
PCUNICODE_STRING UnicodeString,
|
||||
|
@ -91,7 +91,7 @@ typedef
|
|||
_IRQL_requires_max_(PASSIVE_LEVEL)
|
||||
WDFAPI
|
||||
VOID
|
||||
(*PFN_WDFSTRINGGETUNICODESTRING)(
|
||||
(STDCALL *PFN_WDFSTRINGGETUNICODESTRING)(
|
||||
_In_
|
||||
PWDF_DRIVER_GLOBALS DriverGlobals,
|
||||
_In_
|
||||
|
@ -101,8 +101,8 @@ VOID
|
|||
);
|
||||
|
||||
_IRQL_requires_max_(PASSIVE_LEVEL)
|
||||
VOID
|
||||
FORCEINLINE
|
||||
VOID
|
||||
WdfStringGetUnicodeString(
|
||||
_In_
|
||||
WDFSTRING String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue