Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
459
void freeSETUAPI()
460
{
461
#ifdef SETUPAPI_DYN
462
if(hSETUPAPI != NULL)
463
{
464
FreeLibrary(hSETUPAPI);
465
}
466
#endif
467
}
468
469
static void closeAndDestroy(HDEVINFO hDevInfo, HINF hInf)
470
{
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected