FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
objinfo.bi
Go to the documentation of this file.
1
#include once
"
list.bi
"
2
3
enum
4
OBJINFO_LIB
= 0
5
OBJINFO_LIBPATH
6
OBJINFO_MT
7
OBJINFO_LANG
8
OBJINFO__COUNT
9
end enum
10
11
declare sub
objinfoReadObj
(
byref
objfile
as string
)
12
declare sub
objinfoReadLibfile
(
byref
libfile
as string
)
13
declare sub
objinfoReadLib
(
byref
libname
as string
,
byval
libpaths
as
TLIST
ptr
)
14
declare function
objinfoReadNext
(
byref
dat
as string
)
as integer
15
declare function
objinfoGetFilename
( )
as zstring ptr
16
declare sub
objinfoReadEnd
( )
17
declare function
objinfoEncode
(
byval
entry
as integer
)
as zstring ptr
18
compiler
objinfo.bi
Generated on Thu Jan 23 2014 19:39:34 for FreeBASIC by
1.8.4