Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 1540 of file ldrapi.c.
Referenced by FreeLibrary(), FreeLibraryAndExitThread(), and LdrUnloadDll().
{ ULONG_PTR Cookie; /* Acquire the loader lock */ LdrLockLoaderLock(TRUE, NULL, &Cookie); /* Check if there's any alternate resources loaded */ if (AlternateResourceModuleCount) { UNIMPLEMENTED; } /* Release the loader lock */ LdrUnlockLoaderLock(1, Cookie); /* All done */ return TRUE; }