MCPcopy Create free account
hub / github.com/3Shain/dxmt / NvAPI_Unload

Function NvAPI_Unload

src/nvapi/nvapi.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28};
29
30NVAPI_INTERFACE
31NvAPI_Unload() {
32 if (!s_initialization_count)
33 return NVAPI_API_NOT_INITIALIZED;
34 s_initialization_count--;
35 return NVAPI_OK;
36};
37
38NVAPI_INTERFACE
39NvAPI_SYS_GetDriverAndBranchVersion(NvU32 *pDriverVersion,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected