home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Select: Windows 95 Special 2
/
WIN95_2.bin
/
utils
/
envelop
/
envelop.6
/
Tools
/
Bootcamp
/
basic
/
apisystm
/
winapi.eto
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-08
|
301 b
|
16 lines
Type APIWinDir
Declare Function GetWindowsDirectoryA Lib "kernel32" (ByVal file as string, ByVal size as long) as long
End Type
Type APISysDir
Declare Function GetSystemDirectoryA Lib "kernel32" (ByVal file as string, ByVal size as long) as long
End Type
Begin Code
End Code