Searched refs:_drives (Results 1 – 2 of 2) sorted by relevance
130 TCHAR _drives[BUFFER_LEN]; member
803 GetLogicalDriveStrings(BUFFER_LEN, _drives); in MDIMainFrame()806 SendMessage(_hdrivebar, TB_ADDSTRING, 0, (LPARAM)_drives); in MDIMainFrame()811 for(p=_drives; *p; ) { in MDIMainFrame()1031 LPCTSTR root = _drives; in Command()