home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / internet / webpost / wbpost / readme.txt < prev    next >
Encoding:
Text File  |  1997-06-10  |  719 b   |  19 lines

  1. This is sample application showing the usage of WebPost APIs.
  2.  
  3. You should run the webpost.exe to install the webpost components before 
  4. using this sample code. If you have the INetSDK, the webpost.exe can be 
  5. found in the bin directory under the directory of INetSDK.
  6.  
  7. Usage:
  8.     wbpost    -?        : usage
  9.     wbpost -l        : list sites
  10.     wbpost -e        : enumerates all available providers
  11.     wbpost             : call the wizard
  12.     wbpost filename        : call the wizard, with filename chosen
  13.     wbpost -s site filename    : post filename to site
  14.  
  15. This example demonstrates calling WpPost() for the simple usage
  16. as well as calling WpBindToSite() to get a pointer to the provider
  17. interface and calling the functions in the web post provider.
  18.  
  19.