eBPF for Windows
Macros | Functions
ebpf_utilities.h File Reference
#include "ebpf_result.h"
#include <stdint.h>
#include <windows.h>

Go to the source code of this file.

Macros

#define WIN32_LEAN_AND_MEAN
 

Functions

 _When_ (error !=ERROR_SUCCESS, _Ret_range_(1, 65535)) __forceinline ebpf_result_t win32_error_code_to_ebpf_result(uint32_t error)
 

Macro Definition Documentation

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN

Function Documentation

◆ _When_()

_When_ ( error !  = ERROR_SUCCESS,
_Ret_range_(1, 65535)   
)