ReactOS
0.4.16-dev-1946-g52006dd
drivemap.cpp
Go to the documentation of this file.
1
/***
2
*drivemap.c - _getdrives
3
*
4
* Copyright (c) Microsoft Corporation. All rights reserved.
5
*
6
*Purpose:
7
* defines _getdrives()
8
*
9
*******************************************************************************/
10
11
#include <
corecrt_internal.h
>
12
#include <direct.h>
13
14
/***
15
*void _getdrivemap(void) - Get bit map of all available drives
16
*
17
*Purpose:
18
*
19
*Entry:
20
*
21
*Exit:
22
* drive map with drive A in bit 0, B in 1, etc.
23
*
24
*Exceptions:
25
*
26
*******************************************************************************/
27
28
extern
"C"
unsigned
long
__cdecl
_getdrives
()
29
{
30
return
GetLogicalDrives
();
31
}
__cdecl
#define __cdecl
Definition:
accygwin.h:79
corecrt_internal.h
GetLogicalDrives
DWORD WINAPI DECLSPEC_HOTPATCH GetLogicalDrives(void)
Definition:
volume.c:513
_getdrives
unsigned long __cdecl _getdrives()
Definition:
drivemap.cpp:28
sdk
lib
ucrt
misc
drivemap.cpp
Generated on Thu Dec 4 2025 06:16:21 for ReactOS by
1.9.6