C++:内核中的自旋锁结构
#include <ntifs.h>
#include <ntstrsafe.h>
typedef struct _MyStruct
{
ULONG x;
ULONG y;
LIST_ENTRY lpListEntry;
#include <ntifs.h>
#include <ntstrsafe.h>
typedef struct _MyStruct
{
ULONG x;
ULONG y;
LIST_ENTRY lpListEntry;