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.

19 lines
1.1 KiB

  1. /*-----------------------------------------------------------------------------+
  2. | RIFFDISP.H |
  3. | |
  4. | (C) Copyright Microsoft Corporation 1992. All rights reserved. |
  5. | |
  6. | Revision History |
  7. | Oct-1992 MikeTri Ported to WIN32 / WIN16 common code |
  8. | |
  9. +-----------------------------------------------------------------------------*/
  10. #ifdef OFN_READONLY
  11. BOOL FAR PASCAL GetOpenFileNamePreview(LPOPENFILENAME lpofn);
  12. #endif
  13. /****************************************************************************
  14. ****************************************************************************/
  15. HANDLE FAR PASCAL GetRiffPicture(LPTSTR szFile);
  16. BOOL FAR PASCAL GetRiffTitle(LPTSTR szFile, LPTSTR szTitle, int iLen);
  17.