Jump to content

LoaderHook: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 April 2025

  • curprev 17:2117:21, 13 April 2025 Martini talk contribs 2,672 bytes +2,672 Created page with "This hook allows the library and procedure loading and deleting calls to be intercepted. ==Syntax== rc = LoaderHook(hab, idContext, pszLibname, hlib, pszProcname, wndProc, pfSuccess); ==Parameters== ;''hab'' (HAB) - input: Anchor-block handle. ;''idContext'' (LONG) - input: Origin of call to hook. :LHK_DELETEPROC WinDeleteProcedure :LHK_DELETELIB WinDeleteLibrary :LHK_LOADPROC WinLoadProcedure :LHK_LOADLIB WinLoadLibrary ;''pszLibname'' (PSZ) - input: L..."