#include "ksecdd.h"
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ DriverEntry()
Definition at line 25 of file ksecdd.c.
_Must_inspect_result_ _In_ PWDFDEVICE_INIT _In_opt_ PCUNICODE_STRING DeviceName
PDEVICE_OBJECT KsecDeviceObject
#define IRP_MJ_QUERY_VOLUME_INFORMATION
_Must_inspect_result_ _In_ PDRIVER_OBJECT DriverObject
VOID NTAPI KsecInitializeEncryptionSupport(VOID)
#define NT_SUCCESS(StatCode)
NTSTATUS NTAPI KsecDdDispatch(PDEVICE_OBJECT DeviceObject, PIRP Irp)
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_QUERY_INFORMATION
#define IRP_MJ_DEVICE_CONTROL
#define RTL_CONSTANT_STRING(s)
◆ KsecDeviceObject