CheckImageLocate 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 possible values for how an image file is to be retrieved from memory.
public enum CheckImageLocate
type CheckImageLocate =
Public Enum CheckImageLocate
- Inheritance
-
CheckImageLocate
Fields
Name | Value | Description |
---|---|---|
FileId | 1 | Locates the file to be cleared by using the FileID property value. |
FileIndex | 2 | Locates the file to be cleared by using the FileIndex property value. |
ImageTagData | 3 | Locates the file to be cleared by using the ImageTagData property value. |