ImageMemoryStatus 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.
Enumerates the availability status values for image memory.
public enum ImageMemoryStatus
type ImageMemoryStatus =
Public Enum ImageMemoryStatus
- Inheritance
-
ImageMemoryStatus
Fields
Name | Value | Description |
---|---|---|
Empty | 1 | The image memory is empty. |
OK | 2 | The image memory has storage available. |
Full | 3 | The image memory is full. |