ReactOS 0.4.15-dev-7906-g1b85a5f
_OPEN_EDIT_INFO Struct Reference

#include <precomp.h>

Public Attributes

BOOL CreateNew
 
union {
   UINT   DocType
 
   LPTSTR   lpDocumentPath
 
}; 
 
LPTSTR lpDocumentName
 

Detailed Description

Definition at line 44 of file precomp.h.

Member Data Documentation

◆ 

union { ... } _OPEN_EDIT_INFO::@1563

◆ CreateNew

BOOL _OPEN_EDIT_INFO::CreateNew

Definition at line 46 of file precomp.h.

Referenced by MainWndCommand().

◆ DocType

UINT _OPEN_EDIT_INFO::DocType

Definition at line 49 of file precomp.h.

Referenced by MainWndCommand().

◆ lpDocumentName

LPTSTR _OPEN_EDIT_INFO::lpDocumentName

Definition at line 52 of file precomp.h.

Referenced by CreateEditWindow(), and MainWndCommand().

◆ lpDocumentPath

LPTSTR _OPEN_EDIT_INFO::lpDocumentPath

Definition at line 50 of file precomp.h.

Referenced by MainWndCommand().


The documentation for this struct was generated from the following file: