![]() |
![]() |
![]() |
> Shared_Library_API > Interface |
Shared_Library_API
The Version element defines the name of the shared library interface through its attribute. This name is used to determine which version of the shared library API to link to at runtime. A library may define multiple interfaces, allowing for older applications, written to use an earlier version of the library, to continue to use the same API, even if the current version of the API had changed in ways that are not backward compatible.
<Shared_Library_API ... Name="vThreads"> <Interface> <Version Name="apexMinimal"/> ... </Interface> </Shared_Library_API>
Required
None
None
The name of the version of the shared library interface.
Optional
Shared library binary, shared library stubs
N/A
N/A
None
None
Generated on 2007-10-15 17:17:22.