STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
pgobootrun.h
Go to the documentation of this file.
1 #if defined(_WCHAR_T_DEFINED)
2 typedef void (__cdecl *POGOAUTOSWEEPPROCW)(const wchar_t *);
3 #else
4 typedef void (__cdecl *POGOAUTOSWEEPPROCW)(const unsigned short *);
5 #endif
6 typedef void (__cdecl *POGOAUTOSWEEPPROCA)(const char *);
7 
8 #ifdef __cplusplus
9 extern "C"
10 #else
11 extern
12 #endif
14 #ifdef __cplusplus
15 extern "C"
16 #else
17 extern
18 #endif
20 
21 #ifdef UNICODE
22 #define PgoAutoSweep PogoAutoSweepW
23 #else
24 #define PgoAutoSweep PogoAutoSweepA
25 #endif
POGOAUTOSWEEPPROCW PogoAutoSweepW
typedef void(__cdecl *_se_translator_function)(unsigned int
POGOAUTOSWEEPPROCA PogoAutoSweepA
void(__cdecl * POGOAUTOSWEEPPROCA)(const char *)
Definition: pgobootrun.h:6
void(__cdecl * POGOAUTOSWEEPPROCW)(const unsigned short *)
Definition: pgobootrun.h:4