home *** CD-ROM | disk | FTP | other *** search
-
- [uuid(CFBD8430-82E8-11D0-93AD-00AA0036005A), version(1.0),
- helpstring("Desaware API Type Library"),
- helpcontext(0), helpfile("vbpg32.hlp")]
- library DwAPILib
- {
- // Type definitions
- #include "dwapityp.h"
-
- // Enumerations
- #include "dwapienm.h"
-
- [dllname("kernel32.dll")]
- module KernelFunctions {
- #include "dwapiknl.h"
- }
- [dllname("user32.dll")]
- module UserFunctions {
- #include "dwapiusr.h"
- }
- [dllname("gdi32.dll")]
- module GDIFunctions {
- #include "dwapigdi.h"
- }
- [dllname("advapi32.dll")]
- module ADVFunctions {
- #include "dwapiadv.h"
- }
- [dllname("lz32.dll")]
- module LZFunctions {
- #include "dwapilz.h"
- }
- [dllname("mpr.dll")]
- module NetworkFunctions {
- #include "dwapimpr.h"
- }
- [dllname("shell32.dll")]
- module ShellFunctions {
- #include "dwapishl.h"
- }
- [dllname("version.dll")]
- module VersionFunctions {
- #include "dwapiver.h"
- }
- [dllname("winspool.drv")]
- module SpoolFunctions {
- #include "dwapispl.h"
- }
- }
-