Textractor_test/texthook/hookfinder.h

7 lines
121 B
C
Raw Normal View History

2019-06-02 14:09:17 +08:00
#pragma once
#include "types.h"
void SearchForText(wchar_t* text, UINT codepage);
2019-06-02 14:09:17 +08:00
void SearchForHooks(SearchParam sp);