#include "ksecdd.h"
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ DriverEntry()
Definition at line 25 of file ksecdd.c.
28{
31
32
34 0,
37 0x100u,
41 {
44 }
45
46
54
55
57
59}
#define NT_SUCCESS(StatCode)
VOID NTAPI KsecInitializeEncryptionSupport(VOID)
NTSTATUS NTAPI KsecDdDispatch(PDEVICE_OBJECT DeviceObject, PIRP Irp)
PDEVICE_OBJECT KsecDeviceObject
NTSTATUS NTAPI IoCreateDevice(IN PDRIVER_OBJECT DriverObject, IN ULONG DeviceExtensionSize, IN PUNICODE_STRING DeviceName, IN DEVICE_TYPE DeviceType, IN ULONG DeviceCharacteristics, IN BOOLEAN Exclusive, OUT PDEVICE_OBJECT *DeviceObject)
#define IRP_MJ_DEVICE_CONTROL
#define IRP_MJ_QUERY_VOLUME_INFORMATION
#define IRP_MJ_QUERY_INFORMATION
#define RTL_CONSTANT_STRING(s)
_Must_inspect_result_ _In_ PWDFDEVICE_INIT _In_opt_ PCUNICODE_STRING DeviceName
_Must_inspect_result_ _In_ PDRIVER_OBJECT DriverObject
◆ KsecDeviceObject