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 / newpkg / readme.txt < prev   
Text File  |  1996-10-15  |  890b  |  48 lines

  1.  
  2.  
  3. DESCRIPTION:
  4.  
  5.     The "newpkg" sample is a command line program that illustrates
  6.     how to use the SMS SDK to view, create and delete packages.
  7.  
  8.  
  9. USAGE:
  10.  
  11.     When the newpkg program is run, it displays help text that
  12.     describes how to use the program.
  13.  
  14.  
  15. FILES PROVIDED:
  16.  
  17.     makefile
  18.     readme.txt
  19.     newpkg.cpp
  20.  
  21.  
  22. BUILDING THE SAMPLE:
  23.  
  24.     To build this sample program just type nmake.
  25.  
  26.  
  27. SMS API CALLS USED:
  28.  
  29.       SmsDataSourceConnect
  30.       SmsDataSourceDisconnect
  31.       SmsOpenContainer
  32.       SmsCloseContainer
  33.       SmsCreateFolder
  34.       SmsPopulate
  35.       SmsGetNextFolder
  36.       SmsDescribeFolder
  37.       SmsGetFolderID
  38.       SmsGetFolderType
  39.       SmsGetFolderCount
  40.       SmsLinkFolder
  41.       SmsUnlinkFolder
  42.       SmsCommitFolder
  43.       SmsRewind
  44.       SmsCloseFolder
  45.       SmsGetScalarCount
  46.       SmsSetScalar
  47.       SmsGetNextScalar
  48.