mirror of
https://github.com/CyberSecurityUP/Offensive-Windows-Drivers-Development
synced 2026-06-06 15:34:28 +00:00
10 lines
121 B
C
10 lines
121 B
C
#pragma once
|
|
|
|
#include <ntddk.h>
|
|
#include <wdf.h>
|
|
|
|
NTSTATUS
|
|
CryptoQueueInitialize(
|
|
_In_ WDFDEVICE Device
|
|
);
|