* regcls constants from MSDN

git-svn-id: trunk@41264 -
This commit is contained in:
marco 2019-02-09 13:29:14 +00:00
parent 86168dfdd1
commit be62b0ced0

View File

@ -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;