home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sysmgmt / sms / smsapi / deljob / readme.txt < prev   
Text File  |  1996-10-15  |  639b  |  40 lines

  1. DESCRIPTION:
  2.  
  3.     The deljob sample program illustrates how to use the SMS SDK to delete
  4.     an SMS job.
  5.  
  6.  
  7. USAGE:
  8.  
  9.     When the deljob program is run, it displays help text that
  10.     describes how to use the program.
  11.  
  12.  
  13. FILES PROVIDED:
  14.  
  15.     readme.txt
  16.     makefile
  17.     deljob.cpp
  18.     status.cpp
  19.  
  20.  
  21. BUILDING THE SAMPLE:
  22.  
  23.     To build this sample program type 'nmake'.
  24.  
  25.  
  26. SMS API CALLS USED:
  27.  
  28.     SmsDataSourceConnect
  29.     SmsDataSourceDisconnect
  30.     SmsOpenContainer
  31.     SmsPopulate
  32.     SmsCloseContainer
  33.     SmsGetNextFolder
  34.     SmsGetFolderID
  35.     SmsUnlinkFolder
  36.     SmsCommitFolder
  37.     SmsCloseFolder
  38.  
  39.  
  40.