Namespaces | |
namespace | StaticTextHelper |
Classes | |
class | _AtomicInt32 |
Provides atomic operation support for 32-bit integers. More... | |
class | IBulkPipe |
class | CBulkUsbPipe |
class | Event |
class | CCriticalSection |
class | CRWLock |
class | CCommandExecuteInterface |
class | CBulkUsbCommandExecuteInterface |
class | CBulkUsbBootloaderCommandExecuteInterface |
class | _TimeSpan |
class | _DateTime |
class | _DoubleBufferedControlHook |
Allows to turn standard GDI controls into double-buffered ones. More... | |
class | _File |
class | _AsyncFile |
class | _DirectoryIterator |
class | _Directory |
class | FilePathIteratorBase |
class | IDLLPatcher |
Patches DLL import tables. More... | |
class | NetworkFilterBase |
Allows filtering network connections on WINSOCK level. More... | |
class | ImportTablePatcher |
Allows patching import table of both local and remote processes. More... | |
class | RegistryKey |
Provides extremely easy and fast registry access. More... | |
class | WinsockLoader |
class | TCPSocket |
class | TCPListener |
class | _BasicThread |
Represents a Win32 thread. More... | |
class | Thread |
class | _TLSValue |
class | _TLSNumericValue |
Typedefs | |
typedef _DoubleBufferedControlHook | DoubleBufferedControlHook |
typedef _DoubleBufferedControlHook < StaticTextHelper::WindowProcInvoker > | DoubleBufferedStaticText |
typedef bool(* | copyfunc )(void *src, const void *dst, unsigned size, void *pContext) |
typedef void *(* | ptr_LocateImportsSection )(void *pBase, void *pContext, int *pSize) |
typedef _TLSNumericValue < unsigned > | TLSUInt32 |
typedef _TLSNumericValue< int > | TLSInt32 |
Functions | |
bool | _simplecpy (void *src, const void *dst, unsigned size, void *pContext) |
Variables | |
BazisLib::Win32::Thread | pProc |
BazisLib::Win32::Thread | lpParam |
typedef bool(* BazisLib::Win32::copyfunc)(void *src, const void *dst, unsigned size, void *pContext) |
typedef _DoubleBufferedControlHook<StaticTextHelper::WindowProcInvoker> BazisLib::Win32::DoubleBufferedStaticText |
typedef void*(* BazisLib::Win32::ptr_LocateImportsSection)(void *pBase, void *pContext, int *pSize) [static] |
typedef _TLSNumericValue<int> BazisLib::Win32::TLSInt32 |
typedef _TLSNumericValue<unsigned> BazisLib::Win32::TLSUInt32 |
bool BazisLib::Win32::@104::_simplecpy | ( | void * | src, | |
const void * | dst, | |||
unsigned | size, | |||
void * | pContext | |||
) | [inline, static] |