ImageMemoryStatus Enumeration

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

Usage

'Usage
Dim imageMemoryStatus1 As ImageMemoryStatus = ImageMemoryStatus.Empty

Syntax

'Declaration
Public Enum ImageMemoryStatus
public enum ImageMemoryStatus
public enum class ImageMemoryStatus
public enum ImageMemoryStatus
public enum ImageMemoryStatus

Members

Member name Description
Empty The image memory is empty.
Full The image memory is full.
OK The image memory has storage available.

Remarks

Defines the valid memory availability status values for the ImageMemoryStatus property. Replaces the CHK_IMS_EMPTY, CHK_IMS_OK, and CHK_IMS_FULL 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
ImageMemoryStatus