mirror of
https://github.com/zodiacon/PoolMonX
synced 2026-06-08 18:38:49 +00:00
11 lines
124 B
C++
11 lines
124 B
C++
#include "stdafx.h"
|
|
#include "PoolQuery.h"
|
|
#include "NtDll.h"
|
|
|
|
CPoolQuery::CPoolQuery() {
|
|
}
|
|
|
|
|
|
CPoolQuery::~CPoolQuery() {
|
|
}
|