MCPcopy Create free account
hub / github.com/JHRobotics/softgpu / freeSETUAPI

Function freeSETUAPI

windrv.c:459–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457}
458
459void freeSETUAPI()
460{
461#ifdef SETUPAPI_DYN
462 if(hSETUPAPI != NULL)
463 {
464 FreeLibrary(hSETUPAPI);
465 }
466#endif
467}
468
469static void closeAndDestroy(HDEVINFO hDevInfo, HINF hInf)
470{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected