Alfred Agrell (@Alcaro) commented about dlls/powrprof/powrprof.c:
- {
FIXME("partial implementation\n");return ERROR_CALL_NOT_IMPLEMENTED;- }
- for (i = 0; ; i++)
- {
result = PowerEnumerate(NULL, NULL, NULL, ACCESS_SCHEME, i, (UCHAR *)¤t_guid, &buffer_size);if (result != ERROR_SUCCESS){ERR("PowerEnumerate failed: %lu\n", result);return result;}if (result == ERROR_NO_MORE_ITEMS){break;}
Certainly that's not the correct order?