Class UserMemoryErrorCode

Inheritance Relationships

Base Type

Class Documentation

class UserMemoryErrorCode : public ErrorCode

This enumerator class enumerates the WMX3 user memory library error codes.

Public Types

enum [anonymous]

Values:

enumerator CurrentlyReallocatingUserMemory

Currently reallocating user memory.

enumerator FailedToReallocateUserMemory

Failed to reallocate user memory.

enumerator UserMemoryCountOutOfRange

User memory count is out of range.

enumerator ExceededMaxReadWriteBytesRange

Exceeded maximum range that can be read or written by one function call.

enumerator SharedMemoryNull

Shared memory is null.