#include <stdio.h>
#include <windows.h>
#include <ntddk.h>
Go to the source code of this file.
◆ main()
Definition at line 5 of file sb.c.
6{
7
8
9
10
13
15
22
24 {
25 printf(
"Device is busy or could not be found.\n");
26 return -1;
27 }
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54}
_In_ PVOID _In_ ULONG _In_ ULONG _Out_ ULONG * BytesReturned
#define INVALID_HANDLE_VALUE
#define FILE_FLAG_NO_BUFFERING
_Must_inspect_result_ _In_ WDFDEVICE Device