Home
last modified time | relevance | path

Searched refs:_drives (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dmainframe.h130 TCHAR _drives[BUFFER_LEN]; member
H A Dmainframe.cpp803 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()