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

Function NvAPI_GetErrorMessage

src/nvapi/nvapi.cpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114NVAPI_INTERFACE NvAPI_GetErrorMessage(NvAPI_Status nr,
115 NvAPI_ShortString szDesc) {
116 szDesc[0] = '\0';
117 return NVAPI_OK;
118}
119
120Com<IMTLD3D11ContextExt> GetD3D11ContextExt(IUnknown *pDeviceOrContext) {
121 Com<IMTLD3D11ContextExt> context_ext;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected