home *** CD-ROM | disk | FTP | other *** search
- #define ID_BUTTON_OPEN 100
- #define ID_BUTTON_CLOSE 200
- #define ID_BUTTON_PLAY 300
- #define ID_BUTTON_STOP 400
- #define ID_BUTTON_END 500
-
- WORD OpenVideo (char *, HWND);
- DWORD CloseVideo (WORD);
- DWORD PlayVideo (WORD, HWND);
- DWORD StopVideo (WORD);
- DWORD RewindVideo (WORD);
-
- BOOL FAR PASCAL DialogBoxProc (HWND, UINT, WPARAM, LPARAM);
-