Description |
Returns a String value from a named sub-section and node of the settings file. |
Parameters |
Device handle (see notes), sub-section branch name, node name and pointer for storing returned value. |
Returns |
0 = fail, 1 = OK. |
Notes |
This will retrieve a String value from the 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 TBApiGetSettingSZEx(HTBDEVICE aHandle,const TCHAR* aSubtree,const TCHAR* aName,
TCHAR* aSZ, int lBuff);
Public Declare Function TBApiGetSettingSZEx
Lib "TBapi" Alias
"_DLL_TBApiGetSettingSZEx@20" (ByVal aHandle As Byte, ByVal aSubtree As String, ByVal aName As String, ByVal aSZ As String, ByVal lBuff As Long) As Long