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

Function NvAPI_DISP_GetMonitorCapabilities

src/nvapi/nvapi.cpp:506–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504}
505
506NVAPI_INTERFACE
507NvAPI_DISP_GetMonitorCapabilities(__in NvU32 displayId, __inout NV_MONITOR_CAPABILITIES *pMonitorCapabilities) {
508 if (!pMonitorCapabilities)
509 return NVAPI_INVALID_ARGUMENT;
510
511 return NVAPI_NOT_SUPPORTED;
512}
513
514NVAPI_INTERFACE
515NvAPI_GPU_GetAllClockFrequencies(__in NvPhysicalGpuHandle hPhysicalGPU,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected