Description
|
Get the default value of a specified setting for a given
device. |
Parameters |
Device handle, setting name and storage. |
Returns |
0 = fail, 1 = OK. |
Notes |
None. |
See also |
Visual C++ Declaration/example
BOOL TBAPI TBApiGetDefaultDWORD(HTBDEVICE aDeviceHandle,const TCHAR*
aName, unsigned long* val);
Public Declare Function TBApiGetDefaultDWORD Lib "TBapi" Alias
"_DLL_TBApiGetDefaultDWORD@12" (ByVal aDeviceHandle As Byte, ByVal
aName As String, ByVal val As Long) As Long