{
INTErrorCode;
/* Make sure we have a loaded handle */if (Provider->DllHandle)
{
/* Clean us up */WsTpWSPCleanup(Provider, &ErrorCode);
/* Unload the library */FreeLibrary(Provider->DllHandle);
/* Clear the handle value */
Provider->DllHandle = NULL;
}
}
Generated on Wed May 23 2012 05:18:58 for ReactOS by
1.7.6.1
ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.