Missing VfW methods.

Tony 96 Reputation points
2020-09-27T19:09:46.02+00:00

In which DLL are the following VfW methods (Vfw.h) located?

/****************************************************************************
 *
 *  call these to start stop using VfW from your app.
 *
 ***************************************************************************/

LONG VFWAPI InitVFW(void);
LONG VFWAPI TermVFW(void);

Thank you, in advance.

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,498 questions
0 comments No comments
{count} votes

Accepted answer
  1. Castorix31 82,751 Reputation points
    2020-09-27T22:39:30.907+00:00

    Those functions are obsolete
    They were used in VFW 16-bit

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful