HRESULT HookIDirect3DDevice9::EvictManagedResources(LPVOID _this)
{
	LOG_API();
	return pD3Dev->EvictManagedResources();
}