hab (HAB) - input
idContext (LONG) - input
LHK_DELETEPROC
pszLibname (PSZ) - input
This is the same as the library name in the pszLibname parameter of the WinLoadLibrary function.
hlib (PHLIB) - in/out
This is the same as the library handle in the hlibLibhandle parameter of the WinLoadProcedure function or the hlibLibhandle parameter of the WinDeleteLibrary function.
If the idContext parameter is set to LHK_LOADLIB, then this hook must set the value of this parameter to the handle of the loaded library or to NULLHANDLE if the load fails.
pszProcname (PSZ) - input
This is the same as the procedure name in the pszProcname parameter of the WinLoadProcedure function.
wndProc (PFNWP) - input
This is the same as the library name in the pwndproc parameter of the WinDeleteProcedure function.
If the idContext parameter is set to LHK_LOADPROC, then this hook must set the value of this parameter to the handle of the loaded procedure or to NULL if the load fails.
pfSuccess (PBOOL) - in/out
TRUE
rc (BOOL) - returns
TRUE