Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cCodedPtr.h File Reference
#include "../GrayLibBase.h"

Go to the source code of this file.

Classes

class  GrayLib::cCodedPtrT< TYPE, _TYPE_ENC_FUNC, _TYPE_DEC_FUNC >
 

Namespaces

 GrayLib
 

Typedefs

typedef void *(WINAPI * GrayLib::cCodedPtrFUNC_t) (void *)
 

Detailed Description

An encoded pointer using the Windows EncodePointer() functions This is to make the program more hack resistant.