MS Initialiserung windreamdll

This commit is contained in:
Digital Data - Marlon Schreiber
2018-08-15 15:41:26 +02:00
parent 7527d59b93
commit 037422186d
20 changed files with 1714 additions and 6 deletions

View File

@@ -33,4 +33,7 @@
Public Const INDEX_FLAG_MASK = &HFFFFF000
Public Const INDEX_TYPE_VECTOR = &H1000
Public Const INDEX_TYPE_DEFAULT_VALUE = &H4000
'Single Index Types
Public Const WMObjectVariableValueTypeUndefined = 0
End Class