HomeSort by relevance Sort by last modified time
    Searched refs:iDrive (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/npapi/npspy/windows/
dirpick.cpp 81 int iDrive = szDrive[2] - 'a';
85 int iType = DriveType(iDrive);
126 ComboBox_SetItemData(hWndCB, index, MAKELONG(iDrive, iType));
127 if(iDrive == iCurDrive)
568 * iDrive UINT containing the zero-based drive index
580 UINT DriveType(UINT iDrive)
583 if((0 > iDrive) || (25 < iDrive))
587 path[0] = 'a' + iDrive;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlwapi.h 253 LWSTDAPI_(LPSTR) PathBuildRootA(LPSTR pszRoot,int iDrive);
254 LWSTDAPI_(LPWSTR) PathBuildRootW(LPWSTR pszRoot,int iDrive);
    [all...]
shlobj.h     [all...]

Completed in 471 milliseconds