home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 November / VPR0311.ISO / OLS / TAR32223 / tar32223.lzh / tar32_2 / src / tarcmd.h < prev    next >
C/C++ Source or Header  |  2003-01-17  |  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.