home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / INTERNET / TCPIP / INETCON2 / COREINS.IN_ / COREINS.IN
Encoding:
Text File  |  1994-11-26  |  488 b   |  10 lines

  1. '***************************************************************************
  2. '****************     COREWSDS-specific install API ************************
  3. '***************************************************************************
  4.  
  5. DECLARE SUB ExpandWin LIB "coreins.dll" (hwnd%)
  6. DECLARE FUNCTION ProbeVxd LIB "coreins.dll" AS INTEGER
  7. DECLARE FUNCTION WinExecAndWait LIB "coreins.dll" (hwnd%,cmd$,show%) AS INTEGER
  8. DECLARE FUNCTION InitCore LIB "coreins.dll" (path$) AS INTEGER
  9.  
  10.