Description |
Returns a String value from a named sub-tree and node in the UPDD registry branch. |
Parameters |
Device handle (see notes), sub-tree 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-tree and node in the UPDD branch of the registry. Supply a valid device handle to retrieve items for a specific device or pass zero to retrieve values from the bundle branch. |
See also |
Other registry 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