|
eBPF for Windows
|
#include "framework.h"Go to the source code of this file.
Macros | |
| #define | __return_type NTSTATUS |
| #define | _SUCCESS STATUS_SUCCESS |
| #define | IS_SUCCESS(x) (NT_SUCCESS(x)) |
| #define | REG_CREATE_FLAGS 0 |
| #define | GUID_STRING_LENGTH 38 |
Typedefs | |
| typedef uint32_t | ebpf_registry_result_t |
| typedef HANDLE | ebpf_registry_key_t |
| #define __return_type NTSTATUS |
| #define _SUCCESS STATUS_SUCCESS |
| #define GUID_STRING_LENGTH 38 |
| #define IS_SUCCESS | ( | x | ) | (NT_SUCCESS(x)) |
| #define REG_CREATE_FLAGS 0 |
| typedef HANDLE ebpf_registry_key_t |
| typedef uint32_t ebpf_registry_result_t |