#include "precomp.h"
Go to the source code of this file.
Defines | |
#define | CTLMGR |
#define | LSTRING |
#define | DATESEPARATOR TEXT('-') |
#define | TIMESEPARATOR TEXT(':') |
#define | TABCHAR TEXT('\t') |
#define | MAXDIGITSINSIZE 9 |
#define | DDL_PRIVILEGES (DDL_READONLY | DDL_HIDDEN | DDL_SYSTEM | DDL_ARCHIVE) |
#define | DDL_TYPE (DDL_DRIVES | DDL_DIRECTORY | DDL_POSTMSGS) |
#define | CCH_CHOPTEXT_EXTRA 7 |
#define | AWCHLEN(a) ((sizeof(a)/sizeof(a[0])) - 1) |
#define | FIND_ATTR |
#define | EXCLUDE_ATTR |
Functions | |
void | LB_CreateLBLine (LPWIN32_FIND_DATA, LPWSTR) |
LPWSTR | ChopText (PWND pwndDlg, int idStatic, LPWSTR lpchBuffer) |
BOOL | xxxDlgDirListHelper (PWND pwndDlg, LPWSTR lpszPathSpec, LPBYTE lpszPathSpecClient, int idListBox, int idStaticPath, UINT attrib, BOOL fListBox) |
BOOL | DlgDirListA (HWND hwndDlg, LPSTR lpszPathSpecClient, int idListBox, int idStaticPath, UINT attrib) |
BOOL | DlgDirListW (HWND hwndDlg, LPWSTR lpszPathSpecClient, int idListBox, int idStaticPath, UINT attrib) |
BOOL | DlgDirSelectHelper (LPWSTR lpszPathSpec, int chCount, HWND hwndListBox) |
BOOL | DlgDirSelectExA (HWND hwndDlg, LPSTR lpszPathSpec, int chCount, int idListBox) |
BOOL | DlgDirSelectExW (HWND hwndDlg, LPWSTR lpszPathSpec, int chCount, int idListBox) |
INT | xxxLbDir (PLBIV plb, UINT attrib, LPWSTR lhszFileSpec) |
INT | xxxLbInsertFile (PLBIV plb, LPWSTR lpFile) |
void | LB_CreateLBLine (PWIN32_FIND_DATA pffd, LPWSTR lpBuffer) |
|
Referenced by ChopText(). |
|
Definition at line 59 of file lboxctl3.c. Referenced by ChopText(), and xxxDlgDirListHelper(). |
|
Definition at line 13 of file lboxctl3.c. |
|
Definition at line 19 of file lboxctl3.c. |
|
Definition at line 27 of file lboxctl3.c. Referenced by xxxDlgDirListHelper(). |
|
Definition at line 28 of file lboxctl3.c. Referenced by xxxDlgDirListHelper(). |
|
Value:
Definition at line 834 of file lboxctl3.c. Referenced by xxxLbDir(). |
|
Value:
Definition at line 827 of file lboxctl3.c. Referenced by xxxLbDir(). |
|
Definition at line 14 of file lboxctl3.c. |
|
Definition at line 23 of file lboxctl3.c. |
|
Definition at line 21 of file lboxctl3.c. Referenced by DlgDirSelectHelper(). |
|
Definition at line 20 of file lboxctl3.c. |
|
Definition at line 61 of file lboxctl3.c. References _GetClientRect(), _GetDlgItem(), AWCHLEN, CCH_CHOPTEXT_EXTRA, FNID_STATIC, GETFNID, tagSTAT::hFont, HWq, L, NtUserGetDC(), NULL, PSTAT, PSTATWND, ReleaseDC(), and TRUE. Referenced by xxxDlgDirListHelper().
|
|
Definition at line 600 of file lboxctl3.c. References BOOL, FALSE, NULL, ThreadLock, ThreadUnlock, TRUE, UserLocalFree, ValidateHwnd, and xxxDlgDirListHelper().
|
|
Definition at line 645 of file lboxctl3.c. References BOOL, FALSE, NULL, ThreadLock, ThreadUnlock, TRUE, ValidateHwnd, and xxxDlgDirListHelper().
|
|
Definition at line 784 of file lboxctl3.c. References BOOL, DlgDirSelectHelper(), FALSE, GetDlgItem(), UserLocalAlloc, and UserLocalFree.
|
|
Definition at line 807 of file lboxctl3.c. References BOOL, DlgDirSelectHelper(), and GetDlgItem().
|
|
Definition at line 682 of file lboxctl3.c. References BOOL, CCHFILEMAX, CHARSTOBYTES, FALSE, INT, L, NULL, RtlInitLargeUnicodeString(), SendMessage(), TABCHAR, TextCopy(), and UINT. Referenced by DlgDirSelectComboBoxExW(), DlgDirSelectExA(), and DlgDirSelectExW().
|
|
Definition at line 1071 of file lboxctl3.c. References BYTE, FALSE, GetClientInfo, Name, NULL, RtlInitUnicodeString(), RtlIsNameLegalDOS8Dot3(), and TIF_16BIT. Referenced by xxxLbDir(), and xxxLbInsertFile().
|
|
|
|
Definition at line 190 of file lboxctl3.c. References _GetDlgItem(), achSlashStar, awchSlashStar, BOOL, CCH_CHOPTEXT_EXTRA, CCHFILEMAX, CheckLock, ChopText(), DDL_PRIVILEGES, DDL_TYPE, FALSE, FindCharPosition(), FNID_COMBOBOX, FNID_COMBOLISTBOX, FNID_LISTBOX, GETFNID, HWq, INT, IsLBoxVisible, L, MAX_PATH, NtUserInvalidateRect(), NULL, PostMessage(), SendMessage(), SetDlgItemText(), tagCBox::spwndList, szSLASHSTARDOTSTAR, TestWF, ThreadLockAlways, ThreadUnlock, TRUE, UINT, and WFWIN40COMPAT. Referenced by DlgDirListA(), DlgDirListComboBoxA(), DlgDirListComboBoxW(), and DlgDirListW().
|
|
Definition at line 839 of file lboxctl3.c. References BOOL, Buffer, Buffer2, CCHFILEMAX, CheckLock, tagLBIV::cMac, DWORD, EXCLUDE_ATTR, FALSE, FIND_ATTR, HWq, INT, INVALID_HANDLE_VALUE, IsLBoxVisible, LB_CreateLBLine(), LBI_ADD, MSGFLAG_SPECIAL_THUNK, SendMessage(), tagLBIV::spwnd, TRUE, UINT, xxxCheckRedraw(), xxxLBInsertItem(), xxxLBShowHideScrollBars(), and xxxNotifyOwner(). Referenced by ListBoxWndProcWorker(), and xxxCBDir().
|
|
Definition at line 1036 of file lboxctl3.c. References CCHFILEMAX, CheckLock, FALSE, INT, INVALID_HANDLE_VALUE, LB_CreateLBLine(), LBI_ADD, MSGFLAG_SPECIAL_THUNK, tagLBIV::spwnd, xxxCheckRedraw(), xxxLBInsertItem(), and xxxNotifyOwner(). Referenced by ListBoxWndProcWorker().
|