Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Specifies options for the RoGetAgileReference function.
Syntax
typedef enum AgileReferenceOptions {
AGILEREFERENCE_DEFAULT = 0,
AGILEREFERENCE_DELAYEDMARSHAL = 1
} ;
Constants
AGILEREFERENCE_DEFAULTValue: 0 Use the default marshaling behavior, which is to marshal interfaces when an agile reference to the interface is obtained. |
AGILEREFERENCE_DELAYEDMARSHALValue: 1 Marshaling happens on demand. Use this option only in situations where it's very likely that an object is resolved only from the same apartment in which it was registered. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8.1 [desktop apps only] |
| Minimum supported server | Windows Server 2012 R2 [desktop apps only] |
| Header | combaseapi.h |