EditFileResult Struct 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 ( ) [inline]
: fileNotFound(false), fileAlreadyOpen(false), fileNewOpen(false), edit_hwnd(NULL) {}

Member Data Documentation