Share via


CheckImageLocate Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the possible values for how an image file is to be retrieved from memory.

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

Syntax

'Declaration
Public Enumeration CheckImageLocate
public enum CheckImageLocate
public enum class CheckImageLocate
public enum CheckImageLocate
public enum CheckImageLocate

Members

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

Remarks

Used in conjunction with the by parameter in the RetrieveMemory method. The members of this enumeration replace the CHK_LOCATE_BY_FILEID, CHK_LOCATE_BY_FILEINDEX, and CHK_LOCATE_BY_IMAGETAGDATA UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
RetrieveMemory