EXPORT


Definition specifier to indicate that a procedure in a DLL should be visible from other programs

Syntax:
{ sub | function } proc_name ( argumentlist ) [ [ byref ] as datatype ] Export

Description:
If a function is defined with this clause in a DLL, it is added to the public export table, so external programs can dynamically link to it using Dylibsymbol.
(specifier to be put at the level of the first line of procedure definition, forbidden at procedure declaration line level)

Examples:
See the examples on the Shared Libraries page.

Dialect Differences:
Platform Differences:
Differences from QB:
See also:
Back to Modularizing
Back to Procedures
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki



sf.net phatcode