DismRemountImage 函式
從 .wim 或 .vhd 檔案重新掛接先前掛接的 Windows 映像,該檔案位於 MountPath所指定的路徑。 使用 DismOpenSession 在重新掛接之後,將映射與 DismSession 產生關聯。
當映射處於DismMountStatusNeedsRemount狀態時,您可以使用DismRemountImage函式,如DismMountStatus列舉中所述。 如果映射已掛接,然後重新開機,映射可能會進入此狀態。
語法
HRESULT WINAPI DismRemountImage(
_In_ PCWSTR MountPath
);
參數
MountPath [in]
映射掛接目錄的相對或絕對路徑。
傳回值
映射掛接目錄的相對或絕對路徑。
範例
HRESULT hr = S_OK;
DismSession* Session = NULL;
hr = DismRemountImage(L"C:\\Mount\\");
規格需求
需求 | 描述 |
---|---|
.wim 檔案支援的主機平臺 | DISM API 可用於 Windows 評定與部署套件所支援的任何作業系統, (Windows ADK) 。 如需詳細資訊,請參閱 Windows ADK 技術參考。 |
.vhd 檔案支援的主機平臺 | Windows 7、Windows Server 2008 R2、Windows PE 3.0、Windows 8、Windows Server 2012、Windows 預先安裝環境 (Windows PE) 4.0、Windows 8.1、Windows Server 2012 R2、Windows 10、Windows Server 2016 |
最低支援的用戶端 | Windows 7 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 R2 [僅限傳統型應用程式] |
標頭 | DismAPI.h |
程式庫 | DismAPI.lib |
DLL | DismAPI.dll |