home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 June / VPR0106A.BIN / OLS / TAR32212 / tar32212.lzh / tar32_2 / src / tarcmd.h < prev    next >
C/C++ Source or Header  |  2000-12-25  |  229b  |  9 lines

  1. /*
  2.     tarcmd.cpp
  3.         Tar() API implementation class.
  4.         by Yoshioka Tsuneo(QWF00133@nifty.ne.jp)
  5. */
  6. #include <wtypes.h>
  7. int tar_cmd(const HWND hwnd, LPCSTR szCmdLine,LPSTR szOutput, const DWORD dwSize, int *pWriteSize=NULL);
  8.  
  9.