Fundamentals |
DLL |
[Related Topics] |
Dynamic-Link Library (DLL):
File in Portable-Executable-Format (PE), containing program code, data and resources in any combination.
With only the interface (a.k.a. the "footprint") of the provided functions known, a developer can easily incorporate and utilize these functions into his own program, without caring on the details of implementation and verification of the basic functionality. He could use the functions and combining them like building blocks.
Related Topics: |