Main public logs
Appearance
Combined display of all available logs of EDM2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:21, 13 April 2025 Martini talk contribs created page LoaderHook (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...")