The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AgileReferenceOptions enumeration
Specifies options for the RoGetAgileReference function.
Syntax
typedef enum _AgileReferenceOptions { AGILEREFERENCE_DEFAULT = 0, AGILEREFERENCE_DELAYEDMARSHAL = 1 } AgileReferenceOptions;
Constants
- AGILEREFERENCE_DEFAULT
-
Use the default marshaling behavior, which is to marshal interfaces when an agile reference to the interface is obtained.
- AGILEREFERENCE_DELAYEDMARSHAL
-
Marshaling happens on demand. Use this option only in situations where it's known that an object is only resolved from the same apartment in which it was registered.
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
|
Header |
|
See also
Show: