_ImageMonikerType 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.
Describes the type of the image moniker.
public enum class _ImageMonikerType
public enum class _ImageMonikerType
enum _ImageMonikerType
public enum _ImageMonikerType
type _ImageMonikerType =
Public Enum _ImageMonikerType
- Inheritance
-
_ImageMonikerType
Fields
Name | Value | Description |
---|---|---|
IMT_Unknown | 0 | The moniker is invalid or stale. |
IMT_LoadedFromManifest | 1 | The moniker was loaded from a manifest. |
IMT_Custom | 2 | The moniker was created as a result of a custom image being added. |
IMT_System | 3 |