Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates the various target modes. A target mode identifies how the redirections, from the target, are handled.
Syntax
typedef enum __MIDL___MIDL_itf_wcmconfig_0000_0000_0001 {
OfflineMode = 1,
OnlineMode = 2
} WcmTargetMode;
Constants
OfflineModeValue: 1 This value indicates that the only expansions that will be performed on environment variables are those defined in the target. |
OnlineModeValue: 2 This value indicates that the expansions will preferentially expand from the target. If a matching expansion is not found, the expansions will fall through to the current environment of the process. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | wcmconfig.h |