home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / adsi / sampprov / adssmp.def < prev    next >
Encoding:
Text File  |  1997-07-29  |  512 b   |  24 lines

  1.  
  2. LIBRARY      ADsSmp
  3. DESCRIPTION  'Windows NT Active Directory Sample DLL'
  4.  
  5. EXPORTS
  6.  
  7.         ;
  8.         ; Please sort entries in this file alphabetically, as it makes it
  9.         ; much easier to ensure that different platforms are identical
  10.         ;
  11.  
  12.         ;
  13.         ; Ordinals 1 through 99 are for API entry points.
  14.         ;
  15.         ; 801 is last ordinal
  16.  
  17.         DllGetClassObject                         @1  PRIVATE
  18.         DllCanUnloadNow                           @2  PRIVATE
  19.  
  20.  
  21.  
  22.  
  23.  
  24.