mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 20:29:14 +02:00
* regcls constants from MSDN
git-svn-id: trunk@41264 -
This commit is contained in:
parent
86168dfdd1
commit
be62b0ced0
@ -1115,6 +1115,12 @@ Const
|
|||||||
XFORMCOORDS_CONTAINERTOHIMETRIC = $8;
|
XFORMCOORDS_CONTAINERTOHIMETRIC = $8;
|
||||||
XFORMCOORDS_EVENTCOMPAT = $10;
|
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
|
TYPE
|
||||||
TVarType = USHORT;
|
TVarType = USHORT;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user