TBApiGetDefaultDWORD API Call

 

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

TBApiGetDefaultSZ

 

Visual C++ Declaration/example

 

BOOL TBAPI TBApiGetDefaultDWORD(HTBDEVICE aDeviceHandle,const TCHAR* aName, unsigned long* val);

 

Visual Basic Declaration/example

 

Public Declare Function TBApiGetDefaultDWORD Lib "TBapi" Alias "_DLL_TBApiGetDefaultDWORD@12" (ByVal aDeviceHandle As Byte, ByVal aName As String, ByVal val As Long) As Long