Przemyslaw Czerpak
34158f535b
2010-02-13 02:38 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbwin/hbwin.ch
+ added WIN_OFN_* constants
* harbour/contrib/hbwin/win_dlg.c
+ added WIN_GETOPENFILENAME( [[@]<nFlags>], [<cTitle>], ;
[<cInitDir>], [<cDefExt>], ;
[<acFilter>], [[@]<nFilterIndex>], ;
[<nBufferSize>] )
-> <cFilePath> | <cPath> + e"\0" + <cFile1> [ + e"\0" + <cFileN> ] | ""
+ added WIN_GETSAFEFILENAME( [[@]<nFlags>], [<cTitle>], ;
[<cInitDir>], [<cDefExt>], ;
[<acFilter>], [[@]<nFilterIndex>], ;
[<nBufferSize>] )
-> <cFilePath> | <cPath> + e"\0" + <cFile1> [ + e"\0" + <cFileN> ] | ""
* harbour/contrib/hbwin/wapi_winbase.c
* cleaned WAPI_GETSHORTNAME() function parameter to strictly respect
the following parameters syntax.
WAPI_GETSHORTPATHNAME( <cLongName> [, @<shortName> [, <nMaxSize> ] ] )
-> < nShortLenght>
% eliminate double call to GetShortPathName() in WAPI_GETSHORTNAME()
when all parameters are given or second one is not passed by reference
% try to use static buffer to eliminate double call to GetShortPathName()
when WAPI_GETSHORTNAME() is called without 3-rd parameter
2010-02-13 01:38:42 +00:00
..
2010-02-07 21:36:26 +00:00
2010-02-12 11:27:02 +00:00
2010-02-13 01:38:42 +00:00
2009-12-22 18:09:23 +00:00
2010-02-08 23:42:55 +00:00
2010-02-09 02:58:53 +00:00
2010-02-11 12:12:51 +00:00
2010-02-12 20:02:34 +00:00
2010-02-06 18:56:50 +00:00
2010-02-11 11:33:10 +00:00
2010-02-08 18:54:32 +00:00
2010-02-12 20:02:34 +00:00
2010-02-13 01:38:42 +00:00
2009-10-11 22:35:16 +00:00
2009-08-23 10:57:51 +00:00
2010-01-22 12:27:04 +00:00
2010-01-22 12:27:04 +00:00
2010-01-26 19:38:16 +00:00
2010-01-28 03:24:37 +00:00
2009-10-09 14:54:14 +00:00
2009-10-11 23:15:09 +00:00
2009-03-25 15:34:09 +00:00
2009-11-29 13:06:48 +00:00
2009-11-29 13:06:48 +00:00
2010-01-02 12:47:01 +00:00
2009-11-29 19:04:12 +00:00
2010-01-07 10:01:27 +00:00
2009-09-15 13:48:33 +00:00
2010-01-28 23:35:32 +00:00
2009-10-31 09:47:47 +00:00
2009-12-05 12:11:36 +00:00