UiaGetReservedNotSupportedValue 関数 (uiautomationcoreapi.h)
Microsoft UI オートメーション プロパティまたはテキスト属性がサポートされていないことを示す予約値を取得します。
構文
HRESULT UiaGetReservedNotSupportedValue(
[out] IUnknown **punkNotSupportedValue
);
パラメーター
[out] punkNotSupportedValue
種類: IUnknown**
値を表す オブジェクトを受け取ります。 このパラメーターは初期化せずに渡されます。
戻り値
型: HRESULT
この関数が成功すると、 S_OKが返されます。 そうでない場合は、HRESULT エラー コードを返します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows XP [デスクトップ アプリ | UWP アプリ] |
サポートされている最小のサーバー | Windows Server 2003 [デスクトップ アプリのみ | UWP アプリ] |
対象プラットフォーム | Windows |
ヘッダー | uiautomationcoreapi.h |
Library | Uiautomationcore.lib |
[DLL] | Uiautomationcore.dll |