pchOption 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.
Used by the UsePrecompiledHeader property.
public enum class pchOption
public enum class pchOption
enum pchOption
public enum pchOption
type pchOption =
Public Enum pchOption
- Inheritance
-
pchOption
Fields
pchCreateUsingSpecific | 1 | Instructs the compiler to create a precompiled header (.pch) file. |
pchNone | 0 | Instructs the compiler not to create a precompiled header (.pch) file. |
pchUseUsingSpecific | 2 | Instructs the compiler to use a precompiled header (.pch) file. |