IAccountsSettingsPaneInterop::ShowAddAccountForWindowAsync 方法 (accountssettingspaneinterop.h)

显示“添加帐户”屏幕。

语法

HRESULT ShowAddAccountForWindowAsync(
  HWND   appWindow,
  REFIID riid,
  void   **asyncAction
);

参数

appWindow

活动应用程序窗口的句柄。

riid

资源接口的 GUID。

可以使用 __uuidof () 宏获取资源接口的 REFIID 或 GUID。 例如:

__uuidof(IAsyncAction)

asyncAction

指向完成时返回 void 的 IAsyncAction 对象的指针的地址。

返回值

如果此函数成功,则返回S_OK。 否则,它将返回 HRESULT 错误代码。

要求

要求
最低受支持的客户端 Windows 10内部版本 20348
最低受支持的服务器 Windows 10内部版本 20348
标头 accountssettingspaneinterop.h