.NET
vfw.asc
Associated article: Video for Windows and WinG
Tags: .NET
_VIDEO FOR WINDOWS AND WING_ by Christopher Kelly Listing One #define STRICT #include <windows.h> #include <string.h> #include <vfw.h> static HINSTANCE hInstanceG = 0; // Data instance handle. static HWND hMCIWndG = 0 ; // Handle of the MCI ...


