Search notes:

!

Invocation of extensions

!extension
!extension arguments…
!module.extension
!module.extension arguments…
module is a DLL (but invoked without the .dll suffix), extension is a function in that DLL that is loaded with GetProcAddress().

Index