Description
|
Get a String value from the controller definition in settings
file [updd\parameters\Controller\TSnnn]. |
Parameters |
Controller key, name, size and buffer to
store value. |
Returns |
0 = Fail, 1 = OK. |
Notes |
None. |
See also |
Visual C++ Declaration/example
BOOL TBAPI TBApiGetControllerSZ(int aControllerKey,const TCHAR* aName,
TCHAR* aSZ, int lBuff);
Public Declare Function TBApiGetControllerSZ Lib "TBapi" Alias
“_DLL_TBApiGetControllerSZ@16" (ByVal aControllerKey As Long, ByVal aName
As String, ByVal aSZ As Long, ByVal lBuff As Long) As Long