- 4.51.1.23. -
Table of Contents
4. Standard Units
4.51. ObjGfx40 - ObjectGraphics 4.0 Unit
4.51.1. ObjGfx40 Unit Constants, Variables, and Data Types
4.51.1.23. ogDataState type
4.51.1.23. ogDataState type
Targets: MS-DOS, Win32 console
ObjGfx40 Unit
The ogDataState enumerated type is used to track the internal status of an ogSurface.
- ogNone: The ogSurface is not being used
- ogOwner: This ogSurface allocated the memory and is the only one
that can de-allocate it
- ogAliasing: The ogSurface is aliasing a region of another surface
Declaration:
type
ogDataState = (ogNone, ogOwner, ogAliasing);
See Also:
- 4.51.1.23. -