UiaTextRangeRelease Function

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

Deletes an allocated text range object from memory.

Syntax

BOOL UiaTextRangeRelease(      
    HUIATEXTRANGE hobj
);

Parameters

  • hobj
    [in] The text range object to be deleted.

Return Value

TRUE if object was deleted; otherwise FALSE.

Function Information

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