UiaRectIsEmpty 関数 (uiautomationcoreapi.h)
メモ この関数は非推奨です。 クライアント アプリケーションでは、代わりに Microsoft UI オートメーション コンポーネント オブジェクト モデル (COM) インターフェイスを使用する必要があります。
構文
bool UiaRectIsEmpty(
[in, ref] const UiaRect & rc
);
パラメーター
[in, ref] rc
型: const UiaRect
四角形の座標を含む UiaRect 構造体への参照。
戻り値
種類: bool
四 角形が空の場合は TRUE。それ以外の場合 は FALSE。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows XP (デスクトップ アプリのみ) |
サポートされている最小のサーバー | Windows Server 2003 (デスクトップ アプリのみ) |
対象プラットフォーム | Windows |
ヘッダー | uiautomationcoreapi.h |
Library | Uiautomationcore.lib |
[DLL] | Uiautomationcore.dll |