mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-24 14:25:37 +08:00
7 lines
121 B
C
7 lines
121 B
C
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
void SearchForText(wchar_t* text, UINT codepage);
|
|
void SearchForHooks(SearchParam sp);
|