Public Member Functions | Public Attributes

EditFileResult Struct Reference

Search for all occurrences

#include <MXS_Editor_Interface.h>

List of all members.

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

HWND edit_hwnd