home *** CD-ROM | disk | FTP | other *** search
- '**************************************************
- '************* special includes *******************
- '**************************************************
- DECLARE FUNCTION Ctl3dRegister LIB "ctl3d.dll" (handle%) AS INTEGER
- DECLARE FUNCTION Ctl3dUnregister LIB "ctl3d.dll" (handle%) AS INTEGER
- DECLARE FUNCTION Ctl3dAutoSubclass LIB "ctl3d.dll" (handle%) AS INTEGER
-
- '**************************************************
- '*** security specials
- '**************************************************
-
- DECLARE FUNCTION MakePassFile LIB "passfile.DLL" (cpDrive$, cpUser$, cpShort$) AS INTEGER
- DECLARE FUNCTION CheckPassFile LIB "passfile.DLL" (cpDrive$, szUserName$) AS INTEGER
-
-