Defines

Bitmap Error (result) Codes

The following error codes are used by the functions that use or return BMMRES types. More...

Defines

#define  BMMRES_SUCCESS   0
  Success - No error occurred.
#define  BMMRES_ERRORTAKENCARE   1
  Error - Function has already taken action to process the error.
#define  BMMRES_FILENOTFOUND   2
  The file being accessed was not found.
#define  BMMRES_MEMORYERROR   3
  Insufficient memory for the requested operation.
#define  BMMRES_NODRIVER   4
  Device driver responsible for image not present.
#define  BMMRES_IOERROR   5
  Input / Output error.
#define  BMMRES_INVALIDFORMAT   6
  The file being access was not of the proper format for the requested operation.
#define  BMMRES_CORRUPTFILE   7
  The file being accessed was corrupt.
#define  BMMRES_SINGLEFRAME   8
  Results from a goto request on a single frame image.
#define  BMMRES_INVALIDUSAGE   9
  Bad argument passed to function (Developer Mistake)
#define  BMMRES_RETRY   10
  This is returned if the user selects Retry from the 3ds Max Image IO Error dialog box.
#define  BMMRES_NUMBEREDFILENAMEERROR   11
  This can be passed as an errorcode to BitmapIO::ProcessImageIOError().
#define  BMMRES_INTERNALERROR   12
  An internal error occurred.
#define  BMMRES_BADFILEHEADER   13
  A file header error occurred.
#define  BMMRES_CANTSTORAGE   14
  This is used internally.
#define  BMMRES_BADFRAME   15
  Invalid Frame Number Requested.

Detailed Description

The following error codes are used by the functions that use or return BMMRES types.


Define Documentation

#define BMMRES_SUCCESS   0

Success - No error occurred.

#define BMMRES_ERRORTAKENCARE   1

Error - Function has already taken action to process the error.

#define BMMRES_FILENOTFOUND   2

The file being accessed was not found.

#define BMMRES_MEMORYERROR   3

Insufficient memory for the requested operation.

#define BMMRES_NODRIVER   4

Device driver responsible for image not present.

#define BMMRES_IOERROR   5

Input / Output error.

#define BMMRES_INVALIDFORMAT   6

The file being access was not of the proper format for the requested operation.

#define BMMRES_CORRUPTFILE   7

The file being accessed was corrupt.

#define BMMRES_SINGLEFRAME   8

Results from a goto request on a single frame image.

#define BMMRES_INVALIDUSAGE   9

Bad argument passed to function (Developer Mistake)

#define BMMRES_RETRY   10

This is returned if the user selects Retry from the 3ds Max Image IO Error dialog box.

This dialog is presented by the method BitmapIO::ProcessImageIOError(). User selected "Retry" from error dialogue.

#define BMMRES_NUMBEREDFILENAMEERROR   11

This can be passed as an errorcode to BitmapIO::ProcessImageIOError().

#define BMMRES_INTERNALERROR   12

An internal error occurred.

#define BMMRES_BADFILEHEADER   13

A file header error occurred.

#define BMMRES_CANTSTORAGE   14

This is used internally.

#define BMMRES_BADFRAME   15

Invalid Frame Number Requested.