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

Function NvAPI_GPU_GetBusId

src/nvapi/nvapi.cpp:557–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555}
556
557NVAPI_INTERFACE
558NvAPI_GPU_GetBusId(NvPhysicalGpuHandle hPhysicalGpu, NvU32 *pBusId) {
559 if (!hPhysicalGpu || !pBusId)
560 return NVAPI_INVALID_ARGUMENT;
561
562 return NVAPI_NOT_SUPPORTED;
563}
564
565NVAPI_INTERFACE
566NvAPI_GPU_GetBusType(NvPhysicalGpuHandle hPhysicalGpu, NV_GPU_BUS_TYPE *pBusType) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected