共用方式為


IAccountsSettingsPaneInterop::GetForWindow 方法 (accountssettingspaneinterop.h)

會取得使用中應用程式視窗的 AccountsSettingsPane 物件。

語法

HRESULT GetForWindow(
  HWND   appWindow,
  REFIID riid,
  void   **accountsSettingsPane
);

參數

appWindow

使用中應用程式的視窗句柄。

riid

資源介面的 GUID。

您可以使用 __uuidof () 宏來取得資源的介面 REFIID 或 GUID。 例如:

__uuidof(AccountSettingsPanel)

accountsSettingsPane

AccountSettingsPane 物件的指標位址。

傳回值

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

規格需求

需求
最低支援的用戶端 Windows 10 組建 20348
最低支援的伺服器 Windows 10 組建 20348
標頭 accountssettingspaneinterop.h