ReactOS 0.4.16-dev-303-g11d5cb8
|
#include "vfpriv.hpp"
Go to the source code of this file.
Variables | |
WDFVERSION | WdfVersion |
_Must_inspect_result_ NTSTATUS AddEventHooksWdfDeviceCreate | ( | __inout PVF_HOOK_PROCESS_INFO | HookProcessInfo, |
__in PWDF_DRIVER_GLOBALS | DriverGlobals, | ||
__in PWDFDEVICE_INIT * | DeviceInit, | ||
__in PWDF_OBJECT_ATTRIBUTES | DeviceAttributes, | ||
__out WDFDEVICE * | Device | ||
) |
Definition at line 52 of file verifier.cpp.
_Must_inspect_result_ NTSTATUS AddEventHooksWdfIoQueueCreate | ( | __inout PVF_HOOK_PROCESS_INFO | HookProcessInfo, |
__in PWDF_DRIVER_GLOBALS | DriverGlobals, | ||
__in WDFDEVICE | Device, | ||
__in PWDF_IO_QUEUE_CONFIG | Config, | ||
__in PWDF_OBJECT_ATTRIBUTES | QueueAttributes, | ||
__out WDFQUEUE * | Queue | ||
) |
Definition at line 250 of file verifier.cpp.
_Must_inspect_result_ NTSTATUS VfAddContextToHandle | ( | __in PVOID | ContextHeader, |
__in PWDF_OBJECT_ATTRIBUTES | Attributes, | ||
__in WDFOBJECT | Handle, | ||
__out_opt PVOID * | Context | ||
) |
Definition at line 576 of file verifier.cpp.
Referenced by AddEventHooksWdfDeviceCreate(), and AddEventHooksWdfIoQueueCreate().
_Must_inspect_result_ NTSTATUS VfAllocateContext | ( | __in PWDF_DRIVER_GLOBALS | DriverGlobals, |
__in PWDF_OBJECT_ATTRIBUTES | Attributes, | ||
__out PVOID * | ContextHeader | ||
) |
Definition at line 502 of file verifier.cpp.
Referenced by AddEventHooksWdfDeviceCreate(), and AddEventHooksWdfIoQueueCreate().
_Must_inspect_result_ PVOID FASTCALL VfWdfObjectGetTypedContext | ( | __in WDFOBJECT | Handle, |
__in PCWDF_OBJECT_CONTEXT_TYPE_INFO | TypeInfo | ||
) |
Definition at line 424 of file verifier.cpp.
|
extern |
Referenced by AddEventHooksWdfDeviceCreate(), and AddEventHooksWdfIoQueueCreate().