getroletext (oleacc)
Last changed: -84.155.137.237

.
Summary

The GetRoleText function retrieves the localized string that describes an object's role for the specified role value.

C# Signature:

[DllImport("oleacc.dll")]
public static extern uint GetRoleText( uint dwRole, [Out] StringBuilder lpszRole, uint cchRoleMax);

VB .NET Signature:

Declare Function GetRoleText Lib "oleacc.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation
GetRoleText on MSDN