home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 October / VPR0210A.ISO / OLS / TAR32_2-20020529-185116 / tar32_2-20020529-185116.lzh / tar32_2 / src / tarcmd.h < prev    next >
C/C++ Source or Header  |  2002-05-29  |  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.