Class ExitMAXCallback

3DS Max Plug-In SDK

Class ExitMAXCallback

See Also: Class Interface, Structure NotifyInfo.

class ExitMAXCallback

Description:

This class is available in release 2.0 and later only.

This class is a callback object that will get called before the program exits.

All methods of this class are implemented by the plug-in.

Methods:

Prototype:

virtual BOOL Exit(HWND hWnd)=0;

Remarks:

This method is called when 3ds max is about to exit.

Parameters:

HWND hWnd

The main 3ds max window handle.

Return Value:

TRUE to exit; FALSE to abort the exit and remain in 3ds max.