Graphics
Intel® graphics drivers and software, compatibility, troubleshooting, performance, and optimization
22205 Discussions

IGCL API 1.1

KHH
Beginner
1,123 Views

Would anyone be able to help me with an error "CTL_RESULT_ERROR_INVALID_AUX_ACCESS_FLAG".

ctl_aux_access_args_t AUXArgs = { 0 };

AUXArgs.Size = sizeof(ctl_aux_access_args_t);
AUXArgs.OpType = CTL_OPERATION_TYPE_WRITE;
AUXArgs.Flags = CTL_AUX_FLAG_I2C_AUX;
...

Result = ctlAUXAccess(hDisplayOutput, &AUXArgs);

 

The Result is CTL_RESULT_ERROR_INVALID_AUX_ACCESS_FLAG

OS: Windows 11
Intel UHD Graphics 770
Driver version: 31.01.101.5085 

0 Kudos
0 Replies
Reply