Go to the source code of this file.
Data Structures |
| struct | PCLB_PRIVATEDATA |
Functions |
| DWORD WINAPI | ClbAddData (IN DWORD Unknown1, IN DWORD Unknown2, IN DWORD Unknown3) |
| DWORD WINAPI | ClbSetColumnWidths (IN DWORD Unknown1, IN DWORD Unknown2, IN DWORD Unknown3) |
| LRESULT CALLBACK | ClbWndProc (IN HWND hwnd, IN UINT uMsg, IN WPARAM wParam, IN LPARAM lParam) |
| static INT_PTR CALLBACK | ClbpStyleDlgProc (IN HWND hwndDlg, IN UINT uMsg, IN WPARAM wParam, IN LPARAM lParam) |
| INT_PTR WINAPI | ClbStyleW (IN HWND hWndParent, IN LPARAM dwInitParam) |
| BOOL WINAPI | CustomControlInfoW (OUT LPCUSTOM_CONTROL_INFO CustomControlInfo OPTIONAL) |
| BOOL WINAPI | DllMain (IN HINSTANCE hinstDLL, IN DWORD dwReason, IN LPVOID lpvReserved) |
Variables |
| static HINSTANCE | hDllInstance |
| static const WCHAR | ClbClassName [] = "ColumnListBox" |
| static const WCHAR | ClbColumns [] = "Column1;Column2;Column3" |
| static const CLBS_INFO | ClbsSupportedStyles [] |