Description |
Sets a DWORD value in the global part of the UPDD registry. |
Parameters |
Registry key name and pointer for storing returned value. |
Returns |
0 = fail, 1 = OK. |
Notes |
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 TBApiGetGlobalSettingDWORD(const TCHAR* aName, unsigned long*
val);
Public Declare Function TBApiSetGlobalSettingDWORD Lib "TBapi"
Alias "_DLL_TBApiSetGlobalSettingDWORD@8" (ByVal aName As String,
ByVal val As Long) As Long