Description |
Returns a DWORD value from the global part of the registry. |
Parameters |
Registry key name and pointer for storing returned value. |
Returns |
0 = fail, 1 = OK. |
Notes |
None. |
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 TBApiGetGlobalSettingDWORD Lib "TBapi"
Alias "_DLL_TBApiGetGlobalSettingDWORD@8" (ByVal aName As String,
ByVal val As Long) As Long