Desktop Functions: Smart Device Functions:
|
Search Results for "GetStateText" in [All]oleacc1: GetStateText The GetStateText function retrieves a localized string that describes an object's state for a single predefined state bit flag. Because state values are a combination of one or more bit flags, clients call this function more than once to retrieve all the state strings.
public static extern uint GetStateText( uint dwStateBit, [Out] StringBuilder lpszStateBit, uint cchStateBitMax );
Declare Function GetStateText Lib "oleacc.dll" (TODO) As TODO |