GetLogicalDrives (kernel32)
Last changed: XPD-203.189.186.66
.
Summary
The
GetLogicalDrives
API
C# Signature:
[DllImport("kernel32.dll")]
static extern uint GetLogicalDrives();
User-Defined Types:
None.
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Alternative Managed API:
Documentation
GetLogicalDrives
on MSDN
Fills a buffer with strings that specify valid drives in the system. If the function succeeds, the return value is the length, in characters, of the strings copied to the buffer, not including the terminating null character.
8/6/2014 5:35:29 PM - XPD-203.189.186.66