Selaa lähdekoodia

* regcls constants from MSDN

git-svn-id: trunk@41264 -
marco 6 vuotta sitten
vanhempi
commit
be62b0ced0
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      packages/winunits-base/src/activex.pp

+ 6 - 0
packages/winunits-base/src/activex.pp

@@ -1115,6 +1115,12 @@ Const
     XFORMCOORDS_CONTAINERTOHIMETRIC       = $8;
     XFORMCOORDS_EVENTCOMPAT               = $10;
 
+    REGCLS_SINGLEUSE      = 0;  // class object only generates one instance
+    REGCLS_MULTIPLEUSE    = 1;  // same class object genereates multiple inst.
+    REGCLS_MULTI_SEPARATE = 2;  // multiple use, but separate control over each
+    REGCLS_SUSPENDED      = 4;  // register is as suspended, will be activated
+    REGCLS_SURROGATE      = 8;  // must be used when a surrogate process
+
 TYPE
     TVarType            = USHORT;