GLOBALOPT_PROPERTIES enumeration
Identifies process-global options that you can set or query by using the IGlobalOptions interface.
Syntax
typedef enum _GLOBALOPT_PROPERTIES { COMGLB_EXCEPTION_HANDLING = 1, COMGLB_APPID = 2, COMGLB_RPC_THREADPOOL_SETTING = 3, COMGLB_RO_SETTINGS = 4, COMGLB_UNMARSHALING_POLICY = 5 } GLOBALOPT_PROPERTIES;
Constants
- COMGLB_EXCEPTION_HANDLING
-
Defines COM exception-handling behavior.
- COMGLB_APPID
-
Sets the AppID for the process.
- COMGLB_RPC_THREADPOOL_SETTING
-
Sets the thread-pool behavior of the RPC runtime in the process.
- COMGLB_RO_SETTINGS
-
Used for miscellaneous settings.
- COMGLB_UNMARSHALING_POLICY
-
Defines the policy that's applied in the CoUnmarshalInterface function.
Remarks
The unmarshaling policy option COMGLB_UNMARSHALING_POLICY takes values from the GLOBALOPT_UNMARSHALING_POLICY_VALUES enumeration.
Requirements
|
Minimum supported client |
Windows 8 |
|---|---|
|
Minimum supported server |
Windows Server 2012 |
|
Header |
|
|
IDL |
|
See also