ReactOS 0.4.16-dev-937-g7afcd2a
drivemap.cpp File Reference
#include <corecrt_internal.h>
#include <direct.h>
Include dependency graph for drivemap.cpp:

Go to the source code of this file.

Functions

unsigned long __cdecl _getdrives ()
 

Function Documentation

◆ _getdrives()

unsigned long __cdecl _getdrives ( void  )

Definition at line 28 of file drivemap.cpp.

29{
30 return GetLogicalDrives();
31}
DWORD WINAPI GetLogicalDrives(void)
Definition: disk.c:110