Description
|
This variation of TBApiApply reloads the driver, but does not apply pending changes. Mainly used to indicate to apps that a non-registry change (such as keypad macro file definitions) have changed. |
Parameters |
None. |
Returns |
0 = fail, 1 = OK. |
Notes |
This is a variation of TBApiApply. This call will reload the driver but not apply the changes. |
Visual C++ Declaration/example
BOOL
TBAPI TBApiReloadNoApply();
Visual Basic Declaration/example
Public Declare Function TBApiReloadNoApply Lib "TBapi" Alias “_DLL_TBApiReloadNoApply@0"
() As Long