3ds Max C++ API Reference
Loading...
Searching...
No Matches
EditFileResult Struct Reference

#include <C:/adskgit/3dsmax/3dsmax/3dswin/src/maxsdk/include/maxscript/editor/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
18: fileNotFound(false), fileAlreadyOpen(false), fileNewOpen(false), edit_hwnd(nullptr) {}
bool fileNewOpen
Definition MXS_Editor_Interface.h:15
HWND edit_hwnd
Definition MXS_Editor_Interface.h:16
bool fileNotFound
Definition MXS_Editor_Interface.h:13
bool fileAlreadyOpen
Definition MXS_Editor_Interface.h:14

Member Data Documentation

◆ fileNotFound

bool fileNotFound

◆ fileAlreadyOpen

bool fileAlreadyOpen

◆ fileNewOpen

bool fileNewOpen

◆ edit_hwnd

HWND edit_hwnd