UiaNodeRelease 関数 (uiautomationcoreapi.h)
メモ この関数は非推奨です。 クライアント アプリケーションでは、代わりに Microsoft UI オートメーション コンポーネント オブジェクト モデル (COM) インターフェイスを使用する必要があります。
構文
BOOL UiaNodeRelease(
[in] HUIANODE hnode
);
パラメーター
[in] hnode
種類: HUIANODE
削除するノード。
戻り値
種類: BOOL
ノード が正常に削除された場合は TRUE。それ以外の場合 は FALSE。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows XP (デスクトップ アプリのみ) |
サポートされている最小のサーバー | Windows Server 2003 (デスクトップ アプリのみ) |
対象プラットフォーム | Windows |
ヘッダー | uiautomationcoreapi.h |
Library | Uiautomationcore.lib |
[DLL] | Uiautomationcore.dll |