Files
effector.main/Supervisor.Plugin.Interface/IHost.vb
T
Emmanuele Sassi 9add240f1d - commit iniziale
2024-07-23 15:56:02 +02:00

14 lines
760 B
VB.net

Imports System.ComponentModel.Composition
<InheritedExport>
Public Interface IHost
Property PluginTestInfo As Integer
'Function PlgOutLog(sLogMsg As String) As Boolean
'Function PlgGetPrivateProfileInt(lpAppName As String, lpKeyName As String, nDefault As Integer, lpFileName As String) As Integer
'Function PlgGetPrivateProfileDouble(lpAppName As String, lpKeyName As String, dDefault As Double, lpFileName As String) As Double
'Function PlgGetPrivateProfileString(lpAppName As String, lpKeyName As String, lpDefault As String, ByRef lpString As String, lpFileName As String) As Integer
'Function PlgWritePrivateProfileString(lpAppName As String, lpKeyName As String, lpString As String, lpFileName As String) As Boolean
End Interface