You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
576 B
21 lines
576 B
; ISCOMLOG.def : Declares the module parameters for the DLL.
|
|
|
|
LIBRARY "ISCOMLOG"
|
|
|
|
EXPORTS
|
|
; Explicit exports can go here
|
|
; LibMain
|
|
DllCanUnloadNow PRIVATE
|
|
DllGetClassObject PRIVATE
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|
|
ComLogInitializeLog
|
|
ComLogTerminateLog
|
|
ComLogDllStartup
|
|
ComLogDllCleanUp
|
|
ComLogLogInformation
|
|
ComLogCustomInformation
|
|
ComLogGetConfig
|
|
ComLogSetConfig
|
|
ComLogNotifyChange
|
|
ComLogQueryExtraLogFields
|