共用方式為


IWSManEx::CreateResourceLocator 方法 (wsmandisp.h)

建立 ResourceLocator 物件,該物件可在 會話 對象作業中使用,而不是資源 URI,例如 IWSManSession.GetIWSManSession.PutSession.Enumerate

語法

HRESULT CreateResourceLocator(
  [in]  BSTR      strResourceLocator,
  [out] IDispatch **newResourceLocator
);

參數

[in] strResourceLocator

資源的資源 URI。 如需 URI 字串的詳細資訊,請參閱 資源 URI

[out] newResourceLocator

IWSManResourceLocator 新實例的指標。

傳回值

如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

備註

如果未在 IWSManResourceLocator 物件中指定 FragmentDialect 屬性,則預設值為 XPath 1.0 規格。 如需詳細資訊,請參閱http://www.w3.org/TR/xpath

規格需求

需求
最低支援的用戶端 Windows Vista
最低支援的伺服器 Windows Server 2008
目標平台 Windows
標頭 wsmandisp.h
程式庫 WSManDisp.tlb
Dll WSMAuto.dll

另請參閱

IWSManEx

WSMan

Windows 遠端管理參考