Desktop Functions: Smart Device Functions:
|
Search Results for "GetRoleText" in [All]oleacc1: GetRoleText The GetRoleText function retrieves the localized string that describes an object's role for the specified role value.
public static extern uint GetRoleText( uint dwRole, [Out] StringBuilder lpszRole, uint cchRoleMax);
Private Shared Function GetRoleText(ByVal role As Integer, ByVal outRole As StringBuilder, ByVal outRoleSize As Integer) As Integer |