Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/folders/
H A DCDrivesFolder.cpp189 static DWORD CALLBACK DoFormatDriveThread(LPVOID args) in DoFormatDriveThread() function
203 BOOL succ = SHCreateThread(DoFormatDriveThread, UlongToPtr(nDrive), CTF_PROCESS_REF, NULL); in DoFormatDriveAsync()