mirror of
https://github.com/rbmm/SC
synced 2026-06-08 17:03:41 +00:00
9 lines
96 B
C
9 lines
96 B
C
#pragma once
|
|
|
|
union FUNC
|
|
{
|
|
PCSTR name;
|
|
void* pfn;
|
|
};
|
|
|
|
NTSTATUS GetWowInfo(FUNC* pfn, ULONG n); |