ebpf-for-windows/libs/ebpfnetsh/processes.h

19 строки
277 B
C

// Copyright (c) eBPF for Windows contributors
// SPDX-License-Identifier: MIT
#pragma once
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <netsh.h>
#ifdef __cplusplus
extern "C"
{
#endif
FN_HANDLE_CMD handle_ebpf_show_processes;
#ifdef __cplusplus
}
#endif