MSI-mystic-light-tool
MSI-mystic-light-tool copied to clipboard
GetDeviceName returns an empty array
Hello,
I'm currently trying to write a c# wrapper for the sdk since i wasn't able to reference the .dll files.
However the MLAPI_Initialize and MLAPI_GetDeviceInfo functions are working perfectly. Now i'm trying to get the name of my device with the MLAPI_GetDeviceName function. But it just returns an empty array. The type i'm passing through the parameters is 'MSI_MB'.
Has someone an idea?