home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 August
/
PCWorld_1999-08_cd.bin
/
Novinky
/
zav
/
Disk1
/
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