Share via


CheckImageLocate Enumeration

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Usage

'Usage
Dim checkImageLocate1 As CheckImageLocate = CheckImageLocate.FileId

Syntax

'Declaration
Public Enum CheckImageLocate
public enum CheckImageLocate
public enum class CheckImageLocate
public enum CheckImageLocate
public enum CheckImageLocate

Members

Member name Description
FileId Locate the file to be cleared using the FileID property value.
FileIndex Locate the file to be cleared using the FileIndex property value.
ImageTagData Locate the file to be cleared using the ImageTagData property value.

Remarks

Defines the possible values for how an image file is to be retrieved from memory. Used in conjunction with the by parameter in the RetrieveMemory method. Replaces the CHK_LOCATE_BY_FILEID, CHK_LOCATE_BY_FILEINDEX, and CHK_LOCATE_BY_IMAGETAGDATA constants.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace
RetrieveMemory