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