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