◄Function Group► ◄Overview► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINLOAD BOOL WinDeleteProcedure(hab, pfnwpProc); HAB hab; /* anchor-block handle */ PFNWP pfnwpProc; /* pointer to window function */ The WinDeleteProcedure function deletes a procedure that was previously loaded using the WinLoadProcedure function. Parameter Description ──────────────────────────────────────────────────────────────────────────── hab Identifies the anchor block. pfnwpProc Points to the procedure to be deleted. This procedure must have been previously loaded by the WinLoadProcedure function. Return Value The return value is TRUE if the function is successful or FALSE if an error occurs. See Also WinDeleteLibrary, WinLoadProcedure ♦