Description | 
  
   Returns a DWORD value from a named sub-section and node of the settings file.  | 
 
| 
   Parameters  | 
  
   Device handle (see notes), sub-section branch name, node name and area for storing returned value.  | 
 
| 
   Returns  | 
  
   0 = fail, 1 = OK.  | 
 
| 
   Notes  | 
  
   This will retrieve a DWORD value from named sub-section and node from the settings file. Supply a valid device handle to retrieve items for a specific device.  | 
 
| 
   See also  | 
  
   Other settings related API calls to set and retrieve registry entries.  | 
 
 
Visual
C++ Declaration/example
 
BOOL TBAPI TBApiGetSettingDWORDEx(HTBDEVICE aHandle,const TCHAR* aSubtree,const TCHAR* aName,
unsigned long* val);
 
 
Public Declare Function TBApiGetSettingDWORDEx
Lib "TBapi" Alias
"_DLL_TBApiGetSettingDWORDEx@16" (ByVal aHandle As Byte, ByVal aSubtree As String, ByVal aName As String, ByVal val As Long) As Long