useOfMfc 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 useOfMfc property.
public enum class useOfMfc
public enum class useOfMfc
enum useOfMfc
public enum useOfMfc
type useOfMfc =
Public Enum useOfMfc
- Inheritance
-
useOfMfc
Fields
useMfcDynamic | 2 | Use MFC in a Shared DLL |
useMfcStatic | 1 | Use MFC in a Static Library |
useMfcStdWin | 0 | Use Standard Windows Libraries |
Remarks
See for more information.