IAccountsSettingsPaneInterop::GetForWindow メソッド (accountssettingspaneinterop.h)
アクティブなアプリケーションのウィンドウの AccountsSettingsPane オブジェクトを取得します。
構文
HRESULT GetForWindow(
HWND appWindow,
REFIID riid,
void **accountsSettingsPane
);
パラメーター
appWindow
アクティブなアプリケーションのウィンドウを処理します。
riid
リソース インターフェイスの GUID。
リソースへのインターフェイスの REFIID (GUID) は、__uuidof() マクロを使用して取得できます。 例:
__uuidof(AccountSettingsPanel)
accountsSettingsPane
AccountSettingsPane オブジェクトへのポインターのアドレス。
戻り値
この関数が成功すると、S_OKが返されます。 成功しなかった場合は、HRESULT エラー コードを返します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 10 ビルド 20348 |
サポートされている最小のサーバー | Windows 10 ビルド 20348 |
Header | accountssettingspaneinterop.h |