windows-nt/Source/XPSP1/NT/multimedia/media/mplayer2/riffdisp.h
2020-09-26 16:20:57 +08:00

20 lines
1.1 KiB
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*-----------------------------------------------------------------------------+
| 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);