home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / dcom / readme.txt < prev   
Text File  |  1996-07-26  |  1KB  |  23 lines

  1. DCOM samples in the Win32 SDK.
  2.  
  3. OLEIMP   -- The OLEIMP sample demonstrates a method for emulating auto 
  4.             impersonation of clients.
  5.  
  6. SIMPLE   -- The SIMPLE sample demonstrates the minimum requirements to use 
  7.             a COM object, whether it is on the same machine or on a different 
  8.             machine.  This sample consists of a client and a server portion.
  9.  
  10. SECURE   -- The SECURE sample consists of a client portion and a server 
  11.             portion.  Its purpose is to demonstrate client-side and server-
  12.             side security in a Distributed COM application.
  13.  
  14. COMPERF  -- The COMPERF sample demonstrates the performance of DCOM in 
  15.             several different programming scenarios.
  16.  
  17. DCOMPERM -- The DCOMPERM sample provides source code and several wrapper 
  18.             functions to simplify the process of manipulating the access 
  19.             and launch permissions for a COM server. Additionally, this 
  20.             sample provides code which demonstrates how to set and retrieve 
  21.             the RunAs password for a COM server.
  22.             (sample located in \mstools\samples\win32\winnt\security\dcomperm)
  23.