- spostamento + modifica nome

This commit is contained in:
Emmanuele Sassi
2024-10-03 16:29:54 +02:00
parent 27f2ba0aae
commit f47809379d
45 changed files with 653 additions and 654 deletions
@@ -0,0 +1,8 @@
Public Interface IPluginLuaManager
Function PlgInit(state As Object) As Boolean
'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, lpReturnedString As StringBuilder, nSize As Integer, lpFileName As String) As Integer
'Function PlgWritePrivateProfileString(lpAppName As String, lpKeyName As String, lpString As String, lpFileName As String) As Boolean
End Interface