3ds Max C++ API Reference
FPStatus values

One of the following values are returned from the various FPInterface methods. More...

Macros

#define FPS_FAIL   0
 Indicates a failure. More...
 
#define FPS_NO_SUCH_FUNCTION   -1
 The function called does not exist. More...
 
#define FPS_ACTION_DISABLED   -2
 The action is disabled. More...
 
#define FPS_OK   1
 Indicates a success. More...
 

Detailed Description

One of the following values are returned from the various FPInterface methods.

See also
Class FPInterface, Function Publishing

Macro Definition Documentation

◆ FPS_FAIL

#define FPS_FAIL   0

Indicates a failure.

◆ FPS_NO_SUCH_FUNCTION

#define FPS_NO_SUCH_FUNCTION   -1

The function called does not exist.

◆ FPS_ACTION_DISABLED

#define FPS_ACTION_DISABLED   -2

The action is disabled.

◆ FPS_OK

#define FPS_OK   1

Indicates a success.