www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - OPENFILENAME structure

reply "dnewbie" <run3 myopera.com> writes:
There's information missing in OPENFILENAME structure
file core.sys.windows.windows.d

http://msdn.microsoft.com/en-us/library/windows/desktop/ms646839%28v=vs.85%29.aspx

#if (_WIN32_WINNT >= 0x0500)
   void          *pvReserved;
   DWORD         dwReserved;
   DWORD         FlagsEx;
#endif
May 30 2012
parent "Jonathan M Davis" <jmdavisProg gmx.com> writes:
On Thursday, May 31, 2012 01:52:49 dnewbie wrote:
 There's information missing in OPENFILENAME structure
 file core.sys.windows.windows.d
 
 http://msdn.microsoft.com/en-us/library/windows/desktop/ms646839%28v=vs.85%2
 9.aspx
 
 #if (_WIN32_WINNT >= 0x0500)
 void *pvReserved;
 DWORD dwReserved;
 DWORD FlagsEx;
 #endif
Please do not post to this list. It is not intended to be posted to directly by anyone other than bugzilla. You subscribe to it if you want to see all of the reports from bugzilla rather than just those that you've reported or commented on. If you have a bug to report, please report it on bugzilla: http://d.puremagic.com/issues Thanks. - Jonathan M Davis
May 30 2012