useOfATL 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 whether the ATL project will statically or dynamically link to the ATL .dll.
public enum class useOfATL
public enum class useOfATL
enum useOfATL
public enum useOfATL
type useOfATL =
Public Enum useOfATL
- Inheritance
-
useOfATL
Fields
Name | Value | Description |
---|---|---|
useATLNotSet | 0 | Not set |
useATLStatic | 1 | Static link |
useATLDynamic | 2 | Dynamic link |
Remarks
See General Property Page (Project) for more information.