Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 47 of file driver.c.
Referenced by DestroyDriverInfoElement(), SetupDiBuildDriverInfoList(), and SetupDiInstallDevice().
{ if (InterlockedDecrement(&infFile->References) == 0) { SetupCloseInfFile(infFile->hInf); HeapFree(GetProcessHeap(), 0, infFile); } }