home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 July / PCWorld_1999-07_cd.bin / Novinky / ZAV / SPECIAL.IN_ / SPECIAL.IN
Text File  |  1996-04-09  |  685b  |  15 lines

  1. '**************************************************
  2. '************* special includes *******************
  3. '**************************************************
  4. DECLARE FUNCTION Ctl3dRegister LIB "ctl3d.dll" (handle%) AS INTEGER
  5. DECLARE FUNCTION Ctl3dUnregister LIB "ctl3d.dll" (handle%) AS INTEGER
  6. DECLARE FUNCTION Ctl3dAutoSubclass LIB "ctl3d.dll" (handle%) AS INTEGER
  7.  
  8. '**************************************************
  9. '*** security specials
  10. '**************************************************
  11.  
  12. DECLARE FUNCTION MakePassFile LIB "passfile.DLL" (cpDrive$, cpUser$, cpShort$) AS INTEGER
  13. DECLARE FUNCTION CheckPassFile LIB "passfile.DLL" (cpDrive$, szUserName$) AS INTEGER
  14.  
  15.