mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:33:25 +00:00
[WDF] Synchronize function attributes between declaration & definition
Addendum to 1f377076d7
This commit is contained in:
parent
d924cb8271
commit
e55eeb2d9c
8 changed files with 12 additions and 1 deletions
|
@ -1332,6 +1332,7 @@ FxDevice::_AcquireOptinRemoveLock(
|
|||
|
||||
_Must_inspect_result_
|
||||
NTSTATUS
|
||||
STDCALL
|
||||
FxDevice::DispatchWithLock(
|
||||
__in MdDeviceObject DeviceObject,
|
||||
__in MdIrp Irp
|
||||
|
@ -1546,6 +1547,7 @@ DispatchWorker(
|
|||
|
||||
_Must_inspect_result_
|
||||
NTSTATUS
|
||||
STDCALL
|
||||
FxDevice::Dispatch(
|
||||
__in MdDeviceObject DeviceObject,
|
||||
__in MdIrp Irp
|
||||
|
|
|
@ -34,6 +34,7 @@ extern "C" {
|
|||
|
||||
_Must_inspect_result_
|
||||
NTSTATUS
|
||||
STDCALL
|
||||
FxDriver::AddDevice(
|
||||
__in MdDriverObject DriverObject,
|
||||
__in MdDeviceObject PhysicalDeviceObject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue