ID Number: Q77478
3.00
WINDOWS
docerr
Summary:
In the WINDOWS.H header file, the FreeModule() function is declared to
return a BOOL value. This is incorrect. As documented on page 4-144 of
the "Microsoft Windows Software Development Kit Reference Volume 1,"
the correct declaration for FreeModule is as follows:
void FreeModule(HANDLE)
Additional reference words: 3.00