home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 January / VPR0101A.BIN / OLS / TAR32053 / tar32053.exe / SRC / DFLTWIN.H < prev    next >
C/C++ Source or Header  |  1999-05-23  |  302b  |  13 lines

  1. /*
  2.     DfltWin.h
  3. */
  4.  
  5. #include "tar32.h"
  6. #include <windows.h>
  7.  
  8. /* TAR32.DLLデフォルトウインドウ(ダイアログ)の作成 */
  9. /*        作成したウインドウのハンドルを返す */
  10. int DefaultWindowInit(HWND *_pHwnd,ARCHIVERPROC **_pProc);
  11. /* デフォルトウインドウが閉じるのを待つ */
  12. void WaitDefaultWindowEnd(void);
  13.