Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
1.1 KiB

/*-----------------------------------------------------------------------------+
| RIFFDISP.H |
| |
| (C) Copyright Microsoft Corporation 1992. All rights reserved. |
| |
| Revision History |
| Oct-1992 MikeTri Ported to WIN32 / WIN16 common code |
| |
+-----------------------------------------------------------------------------*/
#ifdef OFN_READONLY
BOOL FAR PASCAL GetOpenFileNamePreview(LPOPENFILENAME lpofn);
#endif
/****************************************************************************
****************************************************************************/
HANDLE FAR PASCAL GetRiffPicture(LPTSTR szFile);
BOOL FAR PASCAL GetRiffTitle(LPTSTR szFile, LPTSTR szTitle, int iLen);