Search notes:

DLL: export table

The export table lists the name of every function (»entry points«) in a DLL that can be used by other executables.
The export table can be inspected with dumpbin /exports name-of.dll.
When creating a DLL, there are two possibilities to create the export table:
Apparently, functions that are exported should follow the stdcall calling convention (__stdcall).

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1737194603, '18.117.151.127', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/development/Portable-Executable/DLL/export-table/index(42): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78