[This function is available through Windows XP Service Pack 2 (SP2) and Windows Server 2003. It might be altered or unavailable in subsequent versions of Windows. Use GetDriveType or WNetGetConnection instead.]
Applies to: desktop apps only
Tests whether a drive is a network drive.
Syntax
int IsNetDrive( __in int iDrive );
Parameters
- iDrive [in]
-
Type: int
An integer that indicates which drive letter you want to test. Set it to 0 for A:, 1 for B:, and so on.
Return value
Type: int
This function returns one of the following values.
| Return value | Description |
|---|---|
|
The specified drive is not a network drive. |
|
The specified drive is a network drive that is properly connected. |
|
The specified drive is a network drive that is disconnected or in an error state. |
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
Library |
|
|
DLL |
|
Send comments about this topic to Microsoft
Build date: 5/5/2012
