Searched refs:szVolumeNameBuffer (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/sal/osl/w32/ |
H A D | file_dirvol.cxx | 1591 TCHAR szVolumeNameBuffer[1024]; in osl_getDriveInfo() local 1592 DWORD const dwBufsizeConst = ELEMENTS_OF_ARRAY(szVolumeNameBuffer); in osl_getDriveInfo() 1594 …if ( GetVolumeInformation( cRoot, szVolumeNameBuffer, dwBufsizeConst, NULL, NULL, NULL, NULL, 0 ) ) in osl_getDriveInfo() 1598 swprintf( szFileName, L"%s [%s]", cDrive, szVolumeNameBuffer ); in osl_getDriveInfo()
|
Completed in 20 milliseconds