Skip to content

Latest commit

 

History

History
71 lines (55 loc) · 1.59 KB

nf-accountssettingspaneinterop-iaccountssettingspaneinterop-showaddaccountforwindowasync.md

File metadata and controls

71 lines (55 loc) · 1.59 KB
UID tech.root title ms.date targetos description req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NF:accountssettingspaneinterop.IAccountsSettingsPaneInterop.ShowAddAccountForWindowAsync
winrt
IAccountsSettingsPaneInterop::ShowAddAccountForWindowAsync
04/16/2021
Windows
Displays the add accounts screen.
function
accountssettingspaneinterop.h
Windows 10 Build 20348
Windows 10 Build 20348
apiref
COM
accountssettingspaneinterop.h
IAccountsSettingsPaneInterop::ShowAddAccountForWindowAsync
IAccountsSettingsPaneInterop::ShowAddAccountForWindowAsync
accountssettingspaneinterop/IAccountsSettingsPaneInterop::ShowAddAccountForWindowAsync
c++

-description

Displays the add accounts screen.

-parameters

-param appWindow

Handle to the window of the active application.

-param riid

The GUID for the resource interface.

The REFIID, or GUID, of the interface to the resource can be obtained by using the __uuidof() macro. For example:

__uuidof(IAsyncAction)

-param asyncAction

Address of a pointer to a IAsyncAction object that returns void upon completion.

-returns

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

-see-also