home *** CD-ROM | disk | FTP | other *** search
/ Dan Appleman's Visual Bas…s Guide to the Win32 API / Dan.Applmans.Visual.Basic.5.0.Programmers.Guide.To.The.Win32.API.1997.Ziff-Davis.Press.CD / VB5PG32.mdf / desaware / tlb / dwapilib.odl < prev    next >
Encoding:
Text File  |  1997-02-11  |  998 b   |  50 lines

  1.  
  2. [uuid(CFBD8430-82E8-11D0-93AD-00AA0036005A), version(1.0),
  3. helpstring("Desaware API Type Library"), 
  4. helpcontext(0), helpfile("vbpg32.hlp")]
  5. library DwAPILib
  6. {
  7.     // Type definitions
  8.     #include "dwapityp.h"
  9.  
  10.     // Enumerations
  11.     #include "dwapienm.h"
  12.  
  13.     [dllname("kernel32.dll")]
  14.     module KernelFunctions {
  15.         #include "dwapiknl.h"
  16.         }
  17.     [dllname("user32.dll")]
  18.     module UserFunctions {
  19.         #include "dwapiusr.h"
  20.         }
  21.     [dllname("gdi32.dll")]
  22.     module GDIFunctions {
  23.         #include "dwapigdi.h"
  24.         }
  25.     [dllname("advapi32.dll")]
  26.     module ADVFunctions {
  27.         #include "dwapiadv.h"
  28.         }
  29.     [dllname("lz32.dll")]
  30.     module LZFunctions {
  31.         #include "dwapilz.h"
  32.         }
  33.     [dllname("mpr.dll")]
  34.     module NetworkFunctions {
  35.         #include "dwapimpr.h"
  36.         }
  37.     [dllname("shell32.dll")]
  38.     module ShellFunctions {
  39.         #include "dwapishl.h"
  40.         }
  41.     [dllname("version.dll")]
  42.     module VersionFunctions {
  43.         #include "dwapiver.h"
  44.         }
  45.     [dllname("winspool.drv")]
  46.     module SpoolFunctions {
  47.         #include "dwapispl.h"
  48.         }
  49. }
  50.