الرئيسية > cat > externfunc 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr fa id vi ko ja ru zh zh_TW eo
السابق  التالي  تحرير  إعادة تسمية  تراجع  تحديث  بحث  الإدارة  
المستندات
التاريخ
 
External Function Management
Alloc Allocates a memory block.
EXTERN Declares an external function.
Free Frees a memory block allocated with Alloc.
LIBRARY Defines the library where external functions are located.
Realloc Shrinks or expands a memory block allocated with Alloc.
StrPtr Returns a copy of a zero-terminated string located at a given memory address.
VarPtr Returns a pointer that points at the contents of a المتغير.

إنظر أيضا

External Function Declaration, How To Interface Gambas With External Libraries