|
@@ -335,8 +335,9 @@ interface
|
|
|
{ the os does some kind of stack checking and it can be converted into a rte 202 }
|
|
|
tf_no_generic_stackcheck,
|
|
|
tf_has_winlike_resources,
|
|
|
- tf_safecall_clearstack,
|
|
|
- tf_safecall_exceptions
|
|
|
+ tf_safecall_clearstack, // With this flag set, after safecall calls the caller cleans up the stack
|
|
|
+ tf_safecall_exceptions // Exceptions in safecall calls are not raised, but passed to the caller as an ordinal (hresult) in the function result.
|
|
|
+ // The original result (if it exists) is passed as an extra parameter
|
|
|
);
|
|
|
|
|
|
psysteminfo = ^tsysteminfo;
|