win12.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
WinDeleteProcedure (1.2)
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