Home
last modified time | relevance | path

Searched refs:QueryAvailableFileSystemFormat (Results 1 – 6 of 6) sorted by relevance

/reactos/base/system/format/
H A Dformat.c83 PQUERYAVAILABLEFILESYSTEMFORMAT QueryAvailableFileSystemFormat; variable
296QueryAvailableFileSystemFormat = (PQUERYAVAILABLEFILESYSTEMFORMAT)GetProcAddress(hFmifs, "QueryAva… in LoadFMIFSEntryPoints()
297 if (!QueryAvailableFileSystemFormat) in LoadFMIFSEntryPoints()
335 while (QueryAvailableFileSystemFormat(Index++, szFormatW, &dummy, &dummy, &latestVersion)) in Usage()
/reactos/dll/win32/fmifs/
H A Dfmifs.spec10 @ stdcall QueryAvailableFileSystemFormat(long wstr str str ptr)
H A Dquery.c20 QueryAvailableFileSystemFormat( in QueryAvailableFileSystemFormat() function
/reactos/base/system/diskpart/
H A Dfilesystems.c140 ret = QueryAvailableFileSystemFormat(dwIndex, in ShowInstalledFileSystems()
/reactos/sdk/include/reactos/libs/fmifs/
H A Dfmifs.h173 QueryAvailableFileSystemFormat(
/reactos/dll/win32/shell32/dialogs/
H A Ddrive.cpp333 while(QueryAvailableFileSystemFormat(dwIndex, szText, &uMajor, &uMinor, &Latest)) in InitializeFormatDriveDlg()