3ds Max C++ API Reference
EditFileResult Struct Reference

#include <MXS_Editor_Interface.h>

Public Member Functions

 EditFileResult ()
 

Public Attributes

bool fileNotFound
 
bool fileAlreadyOpen
 
bool fileNewOpen
 
HWND edit_hwnd
 

Constructor & Destructor Documentation

◆ EditFileResult()

EditFileResult ( )
inline
16 : fileNotFound(false), fileAlreadyOpen(false), fileNewOpen(false), edit_hwnd(NULL) {}
#define NULL
Definition: autoptr.h:18
bool fileNewOpen
Definition: MXS_Editor_Interface.h:13
HWND edit_hwnd
Definition: MXS_Editor_Interface.h:14
bool fileNotFound
Definition: MXS_Editor_Interface.h:11
bool fileAlreadyOpen
Definition: MXS_Editor_Interface.h:12

Member Data Documentation

◆ fileNotFound

bool fileNotFound

◆ fileAlreadyOpen

bool fileAlreadyOpen

◆ fileNewOpen

bool fileNewOpen

◆ edit_hwnd

HWND edit_hwnd