WcmTargetMode enumeration (wcmconfig.h)
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
OfflineMode Value: 1 This value indicates that the only expansions that will be performed on environment variables are those defined in the target. |
OnlineMode Value: 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 |