3ds Max C++ API Reference
Bitmap Open Mode Types

Macros

#define BMM_NOT_OPEN   0
 Not opened yet. More...
 
#define BMM_OPEN_R   1
 Read-only. More...
 
#define BMM_OPEN_W   2
 Write-only. More...
 

Detailed Description

Macro Definition Documentation

◆ BMM_NOT_OPEN

#define BMM_NOT_OPEN   0

Not opened yet.

◆ BMM_OPEN_R

#define BMM_OPEN_R   1

Read-only.

◆ BMM_OPEN_W

#define BMM_OPEN_W   2

Write-only.

No reads will occur.