Share via


UiaPatternRelease Function

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

Deletes an allocated pattern object from memory.

Syntax

BOOL UiaPatternRelease(      
    HUIAPATTERNOBJECT hobj
);

Parameters

  • hobj
    [in] The pattern object to be deleted.

Return Value

TRUE if the pattern 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