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