CM_Disconnect_Machine函式 (cfgmgr32.h)
[從 Windows 8 開始,並已移除存取遠端計算機的 Windows Server 2012 功能。 您無法在這些版本的 Windows 上執行時存取遠端電腦。]
CM_Disconnect_Machine函式會移除遠端電腦的連線。
語法
CMAPI CONFIGRET CM_Disconnect_Machine(
[in, optional] HMACHINE hMachine
);
參數
[in, optional] hMachine
呼叫端提供的機器句柄,是從先前呼叫 CM_Connect_Machine取得。
注意從 Windows 8 和 Windows Server 2012 開始,不支援使用此函式來存取遠端計算機,因為此功能已移除。
傳回值
如果作業成功,函式會傳回CR_SUCCESS。 否則,它會傳回 Cfgmgr32.h 中定義的其中一個CR_前置錯誤碼。
備註
Windows 8 和 Windows Server 2012 及更新版本的作業系統中已移除存取遠端電腦的功能,因此您無法在這些版本的 Windows 上執行時存取遠端電腦。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 可在 Microsoft Windows 2000 和更新版本的 Windows 中使用。 |
目標平台 | 桌面 |
標頭 | cfgmgr32.h (包含 Cfgmgr32.h) |
程式庫 | Cfgmgr32.lib |
Dll | Cfgmgr32.dll |