Exclusive — Nvn Api Version 55.15
NVNResult result = nvnContextCreate(&ctx, &createInfo); if (result != NVN_SUCCESS) { // Handle version mismatch printf("Error: NVN v55.15 not supported. Driver version: %d\n", nvnGetAPIVersion()); return -1; }
NVNResult result = nvnContextCreate(&ctx, &createInfo); if (result != NVN_SUCCESS) { // Handle version mismatch printf("Error: NVN v55.15 not supported. Driver version: %d\n", nvnGetAPIVersion()); return -1; }

