3ds Max C++ API Reference
iAutobackup.h File Reference
#include "iFnPub.h"
#include "GetCOREInterface.h"

Classes

class  IAutoBackup
 Interface class for the auto save manager. More...
 

Macros

#define AutoBackup_INTERFACE   Interface_ID(0x4dab68f9, 0x3e4032c6)
 

Functions

IAutoBackupGetAutoBackupInterface ()
 Gets the IAutobackup interface pointer. More...
 

Macro Definition Documentation

◆ AutoBackup_INTERFACE

#define AutoBackup_INTERFACE   Interface_ID(0x4dab68f9, 0x3e4032c6)

Function Documentation

◆ GetAutoBackupInterface()

IAutoBackup* GetAutoBackupInterface ( )
inline

Gets the IAutobackup interface pointer.

47 {
48  return static_cast<IAutoBackup*>(GetCOREInterface(AutoBackup_INTERFACE));
49 }
Interface class for the auto save manager.
Definition: iAutobackup.h:21
CoreExport Interface * GetCOREInterface()
#define AutoBackup_INTERFACE
Definition: iAutobackup.h:13