Retail products


Traffic interception SDK

Control every TCP/IP network connection

  • Route connections via proxy
  • Redirect connections and modify the data
  • Block connections and applications
SSL interception SDK

View SSL in plaintext and modify it

  • View the SSL stream decrypted in plaintext
  • Redirect SSL connection and modify decrypted data
  • Browser shows "SSL lock" without warnings

Documentation


CWin32Thread Member List

This is the complete list of members for CWin32Thread, including all inherited members.

_LogPriority enum nameCErrorHandler
_ThreadPriority enum nameCGenericThread
_ThreadStatus enum nameCGenericThread
CErrorHandler()CErrorHandler
CErrorHandler(const CErrorHandler &rHandler)CErrorHandler
CGenericThread(LPGenericThreadProc pThreadProc)CGenericThread
CWin32Thread(LPGenericThreadProc pThreadProc)CWin32Thread
ErrorCodeToString(DWORD dwErrorCode)CErrorHandler [static]
GenericThreadProc typedefCGenericThread
GetAutoDelete() const CGenericThread [protected]
GetBruteTermination() const CGenericThread [protected]
GetClassName() const CErrorHandler [protected]
GetCurrentDateTime()CErrorHandler [static]
GetData() const CGenericThread [protected, virtual]
GetPriority() const CWin32Thread [virtual]
GetThreadID() const CGenericThread [virtual]
GetThreadProc() const CGenericThread [protected]
GetThreadStatus() const CGenericThread
LogPriority typedefCErrorHandler
lpCritical enum valueCErrorHandler
lpDebug enum valueCErrorHandler
lpError enum valueCErrorHandler
LPGenericThreadProc typedefCGenericThread
lpMessage enum valueCErrorHandler
m_dwThreadIDCGenericThread [protected]
m_pDataCGenericThread [protected]
m_pThreadProcCGenericThread [protected]
ReportError(const std::string &rMethod) const CErrorHandler [protected, virtual]
ReportError(const std::string &rMethod, const std::string &rMessage) const CErrorHandler [protected, virtual]
ReportError(const std::string &rMethod, const std::string &rMessage, DWORD dwAdditionalData) const CErrorHandler [protected, virtual]
ReportError(const std::string &rMethod, int iErrorCode) const CErrorHandler [protected, virtual]
ReportError(const std::string &rMethod, const std::string &rMessage, int iErrorCode) const CErrorHandler [protected, virtual]
ReportErrorOS(const std::string &rMethod, const std::string &rMessage) const CErrorHandler [protected, virtual]
ReportStaticError(const std::string &rClass, const std::string &rMethod)CErrorHandler [protected, static]
ReportStaticError(const std::string &rClass, const std::string &rMethod, const std::string &rMessage)CErrorHandler [protected, static]
ReportStaticError(const std::string &rClass, const std::string &rMethod, const std::string &rMessage, DWORD dwAdditionalData)CErrorHandler [protected, static]
SetAutoDelete(BOOL bAuto)CGenericThread
SetBruteTermination(BOOL bBrute)CGenericThread
SetLocalLog(CErrorLog *pLog)CErrorHandler
SetLog(CErrorLog *pLog)CErrorHandler [static]
SetName(const std::string &rName) const CErrorHandler [protected]
SetPriority(CGenericThread::ThreadPriority aPriority)CWin32Thread [virtual]
SetThreadStatus(ThreadStatus aStatus)CGenericThread [protected]
Start(LPVOID pData)CWin32Thread [virtual]
Stop()CWin32Thread [virtual]
ThreadPriority typedefCGenericThread
ThreadStatus typedefCGenericThread
tpAboveNormal enum valueCGenericThread
tpBelowNormal enum valueCGenericThread
tpHighest enum valueCGenericThread
tpIdle enum valueCGenericThread
tpLowest enum valueCGenericThread
tpNormal enum valueCGenericThread
tpTimeCritical enum valueCGenericThread
tsError enum valueCGenericThread
tsRunning enum valueCGenericThread
tsStopped enum valueCGenericThread
tsSuspended enum valueCGenericThread
WriteMessage(const std::string &rMethod, const std::string &rMessage, LogPriority aPriority=lpMessage)CErrorHandler [protected]
WriteMessage(const std::string &rMethod, const std::string &rMessage, DWORD dwAdditionalData, LogPriority aPriority=lpMessage)CErrorHandler [protected]
WriteStaticMessage(const std::string &rClass, const std::string &rMethod, const std::string &rMessage, LogPriority aPriority=lpMessage)CErrorHandler [protected, static]
WriteStaticMessage(const std::string &rClass, const std::string &rMethod, const std::string &rMessage, DWORD dwAdditionalData, LogPriority aPriority=lpMessage)CErrorHandler [protected, static]
~CErrorHandler()CErrorHandler [virtual]
~CGenericThread()CGenericThread [virtual]
~CWin32Thread()CWin32Thread [virtual]