原始内容
高亮显示
复制内容
#ifndef _GPXE_H #define _GPXE_H #include <com32.h> struct s_PXENV_FILE_CHECK_API { uint16_t Status; uint16_t Size; uint32_t Magic; uint32_t Provider; uint32_t APIMask; uint32_t Flags; }; bool is_gpxe(void); #endif
您还没有登录,登录后您可以:
首次使用?从这里 注册