[fpc-devel] new fields in OpenFileName

Vincent Snijders vsnijders at quicknet.nl
Fri Dec 8 10:32:27 CET 2006


Hi,

Attached patch adds new fields (since _WIN32_WINNT >=3D 0x0500) to the OPEN=
FILENAME =

struct.

Vincent
-------------- next part --------------
Index: struct.inc
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- struct.inc	(revision 5549)
+++ struct.inc	(working copy)
@@ -4852,6 +4852,9 @@
           lCustData : LPARAM;
           lpfnHook : LPOFNHOOKPROC;
           lpTemplateName : LPCTSTR;
+          pvReserved: pointer;
+          dwReserved: DWORD;
+          FlagsEx: DWORD;
        end;
      LPOPENFILENAME =3D ^OPENFILENAME;
      TOPENFILENAME =3D OPENFILENAME;


More information about the fpc-devel mailing list