48 void OnInitDialog(HWND hDlg);
49 bool OnSysCommand(WORD uCmdType,
int xPos,
int yPos);
50 LRESULT OnUserTrayNotify(WPARAM wID, LPARAM lEvent);
52 static INT_PTR CALLBACK DialogProc(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam);
53 static DWORD WINAPI DialogThread(LPVOID hInstance);
INT32 HRESULT
_WIN32 style error codes. INT32
Definition: SysTypes.h:465
Definition: cFTPFactory.h:54
FILECHAR_t m_Dialog_Buffer[k_NUMBERLINES *k_LINESIZE]
buffer sent to the dialog control. IDC_LOG_EDIT
Definition: cFTPGUI.h:38
cFTPFactory & m_rFactory
get display data from here.
Definition: cFTPGUI.h:35
static const int k_LINESIZE
Definition: cFTPGUI.h:28
static const int k_NUMBERLINES
Definition: cFTPGUI.h:32
IUNKNOWN_DISAMBIG(cRefBase)
cArrayString< char > m_Dialog_Array
Definition: cFTPGUI.h:37
HWND m_hDialog
handle of dialog box containing IDC_LOG_EDIT
Definition: cFTPGUI.h:36
cFTPGUI(cFTPFactory &rFactory)
Definition: cLogAppender.h:257
Definition: cLogEvent.h:18
Definition: cFTPAccount.h:14
int StrLen_t
the length of a string in chars (bytes for UTF8, wchar_t for UNICODE). or offset in characters....
Definition: StrConst.h:32
char FILECHAR_t
a UTF8 char in a file name. like TCHAR
Definition: FileName.h:22