adding content

This commit is contained in:
2026-04-19 23:11:00 +01:00
parent a5983242f9
commit c79938f1a2
310 changed files with 4169 additions and 62 deletions

View File

@@ -0,0 +1,7 @@
:PROPERTIES:
:ID: e717c252-0e15-4403-898f-93163dd1b147
:END:
#+title: Dynamic Link Library (DLL)
#+filetags: :windows:notes:
A Dynamic Link Library (DLL) is a type of file that contains code and data that can be used by multiple programs simultaneously. It allows developers to modularise their applications, enabling code reuse and efficient memory usage. DLLs are commonly used in Windows operating systems, but they can also be found in other platforms.