IsNetDrive 函式 (shlobj_core.h)
[此函式可透過 Windows XP Service Pack 2 (SP2) 和 Windows Server 2003 取得。 在後續版本的 Windows 中,可能會改變或無法使用。 請改用 GetDriveType 或 WNetGetConnection 。]
測試磁片磁碟機是否為網路磁碟機機。
語法
int IsNetDrive(
[in] int iDrive
);
參數
[in] iDrive
類型: int
整數,表示您要測試的磁碟機號。 將 A:、B:的 1 設為 0,依此類傳。
傳回值
類型: int
此函式會傳回下列其中一個值。
傳回值 | 描述 |
---|---|
|
指定的磁片磁碟機不是網路磁碟機機。 |
|
指定的磁片磁碟機是已正確連線的網路磁片磁碟機。 |
|
指定的磁片磁碟機是已中斷連線或處於錯誤狀態的網路磁片磁碟機。 |
規格需求
最低支援的用戶端 | Windows 2000 專業版 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | shlobj_core.h (包含 Shlobj.h) |
程式庫 | Shell32.lib |
Dll | Shell32.dll (5.0 版或更新版本) |