1
0
mirror of https://github.com/rbmm/SC synced 2026-06-08 17:03:41 +00:00
Files
rbmm 5d262174b1 ++
2025-02-02 01:53:40 +02:00

9 lines
96 B
C

#pragma once
union FUNC
{
PCSTR name;
void* pfn;
};
NTSTATUS GetWowInfo(FUNC* pfn, ULONG n);