LOGTOFILEOPTION Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies where to log command window commands and output.
public enum class LOGTOFILEOPTION
public enum class LOGTOFILEOPTION
enum LOGTOFILEOPTION
public enum LOGTOFILEOPTION
type LOGTOFILEOPTION =
Public Enum LOGTOFILEOPTION
- Inheritance
-
LOGTOFILEOPTION
Fields
Name | Value | Description |
---|---|---|
LTFO_APPEND | 0 | Append to specified file. |
LTFO_OVERWRITE | 1 | Overwrite specified file. |
LTFO_VALIDMASK | 1 | Union of all valid bits. |
Remarks
COM Signature
From vsshell.idl: