home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 27 / IOPROG_27.ISO / SOFT / ADSDK.ZIP / Samples / Provider / adssmp.def < prev    next >
Encoding:
Text File  |  1998-08-13  |  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.