Share via


UiaNodeRelease Function

Note  This function is deprecated. Client applications should use the Microsoft UI Automation COM interfaces instead.

Deletes a node from memory.

Syntax

BOOL UiaNodeRelease(      
    HUIANODE hnode
);

Parameters

  • hnode
    [in] The node to be deleted.

Return Value

TRUE if the node was successfully deleted; otherwise FALSE.

Function Information

Stock Implementation uiautomationcore.dll
Custom Implementation No
Header uiautomationcoreapi.h
Import library uiautomationcore.lib
Minimum operating systems Windows XP