TBApiSetGlobalSettingDWORD API Call

 

Description

Sets a DWORD value in the global section of the UPDD settings file.

Parameters

Settings 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 settings related API calls to set and retrieve updd setting.

 

Visual C++ Declaration/example

 

BOOL TBAPI TBApiGetGlobalSettingDWORD(const TCHAR* aName, unsigned long* val);

 

Visual Basic Declaration/example

 

Public Declare Function TBApiSetGlobalSettingDWORD Lib "TBapi" Alias "_DLL_TBApiSetGlobalSettingDWORD@8" (ByVal aName As String, ByVal val As Long) As Long