FreeBASIC
0.91.0
|
#include "list.bi"
Go to the source code of this file.
Enumerations | |
enum | { OBJINFO_LIB = 0, OBJINFO_LIBPATH, OBJINFO_MT, OBJINFO_LANG, OBJINFO__COUNT } |
Functions | |
sub | objinfoReadObj (byref_as_string objfile) |
sub | objinfoReadLibfile (byref_as_string libfile) |
sub | objinfoReadLib (byref_as_string libname, byval_as_TLIST_ptr libpaths) |
function_as_integer | objinfoReadNext (byref_as_string dat) |
function_as_zstring_ptr | objinfoGetFilename () |
sub | objinfoReadEnd () |
function_as_zstring_ptr | objinfoEncode (byval_as_integer entry) |
anonymous enum |
Enumerator | |
---|---|
OBJINFO_LIB | |
OBJINFO_LIBPATH | |
OBJINFO_MT | |
OBJINFO_LANG | |
OBJINFO__COUNT |
Definition at line 3 of file objinfo.bi.
function_as_zstring_ptr objinfoEncode | ( | byval_as_integer | entry) |
function_as_zstring_ptr objinfoGetFilename | ( | ) |
sub objinfoReadEnd | ( | ) |
Definition at line 1611 of file objinfo.bas.
sub objinfoReadLib | ( | byref_as_string | libname, |
byval_as_TLIST_ptr | libpaths | ||
) |
Definition at line 1480 of file objinfo.bas.
sub objinfoReadLibfile | ( | byref_as_string | libfile) |
Definition at line 1464 of file objinfo.bas.
function_as_integer objinfoReadNext | ( | byref_as_string | dat) |
Definition at line 1525 of file objinfo.bas.
sub objinfoReadObj | ( | byref_as_string | objfile) |
Definition at line 1453 of file objinfo.bas.