Class UserMemoryErrorCode
Defined in File UserMemoryApi.h
Inheritance Relationships
Base Type
public ErrorCode(Class ErrorCode)
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.
Shared memory is null.
-
enumerator CurrentlyReallocatingUserMemory
-
enum [anonymous]