InstallShield 2018 » InstallScript Language Reference
Project • This information applies to InstallScript projects.
The OnDIFxLogCallback event handler is called when a DIFx-related event occurs that is logged by the built-in DIFx callback functionality. See the Windows documentation on DIFXAPISetLogCallback for more information.
Note • This event is not supported for 64-bit drivers and is not called as a result of installing a 64-bit driver.
Syntax
OnDIFxLogCallback ( byval number nEventType, byval number nError, byval string szDescription );
Parameters
Parameter |
Description |
||||||||||||
nEventType |
The event type as documented in the DIFxAPI. The following values are available:
|
||||||||||||
nError |
Specifies a Win32 error code that is associated with an event if one exists; otherwise, zero. |
||||||||||||
szDescription |
A string that describes the event. |
Return Values
None.
InstallShield 2018 Help LibrarySeptember 2018 |
Copyright Information | Flexera |