Textractor_test/texthook/hookfinder.h
2020-04-18 19:04:07 -06:00

7 lines
121 B
C

#pragma once
#include "types.h"
void SearchForText(wchar_t* text, UINT codepage);
void SearchForHooks(SearchParam sp);