ReactOS 0.4.16-dev-91-g764881a
|
#include <precomp.h>
Public Attributes | |
BOOL | CreateNew |
union { | |
UINT DocType | |
LPTSTR lpDocumentPath | |
}; | |
LPTSTR | lpDocumentName |
union { ... } _OPEN_EDIT_INFO::@1574 |
BOOL _OPEN_EDIT_INFO::CreateNew |
Definition at line 46 of file precomp.h.
Referenced by MainWndCommand().
UINT _OPEN_EDIT_INFO::DocType |
Definition at line 49 of file precomp.h.
Referenced by MainWndCommand().
LPTSTR _OPEN_EDIT_INFO::lpDocumentName |
Definition at line 52 of file precomp.h.
Referenced by CreateEditWindow(), and MainWndCommand().
LPTSTR _OPEN_EDIT_INFO::lpDocumentPath |
Definition at line 50 of file precomp.h.
Referenced by MainWndCommand().