Description |
Sets a string value in the registry in the UPDD branch. |
Parameters |
Device handle (see notes), registry key name and string. |
Returns |
0 = fail, 1 = OK. |
Notes |
This will set a string value in the UPDD branch of the registry. Supply a valid Device handle to set items for a specific device or pass zero to set values in the bundle branch. It is important to call TBApiApply() to commit the changes. |
See also |
Other registry related API calls to set and retrieve registry entries. |
Visual
C++ Declaration/example
BOOL TBAPI TBApiSetSettingSZ(HTBDEVICE
aHandle,const TCHAR* aName, const TCHAR* aSZ);
Public Declare Function TBApiSetSettingSZ Lib "TBapi" Alias
"_DLL_TBApiSetSettingSZ@12" (ByVal aDevice As Byte, ByVal aName As String,
ByVal aSZ As String) As Long