eBPF for Windows
Macros | Typedefs
ebpf_registry_helper.h File Reference
#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
 

Macro Definition Documentation

◆ __return_type

#define __return_type   NTSTATUS

◆ _SUCCESS

#define _SUCCESS   STATUS_SUCCESS

◆ GUID_STRING_LENGTH

#define GUID_STRING_LENGTH   38

◆ IS_SUCCESS

#define IS_SUCCESS (   x)    (NT_SUCCESS(x))

◆ REG_CREATE_FLAGS

#define REG_CREATE_FLAGS   0

Typedef Documentation

◆ ebpf_registry_key_t

typedef HANDLE ebpf_registry_key_t

◆ ebpf_registry_result_t

typedef uint32_t ebpf_registry_result_t