If possible, I'd prefer code in C or C++ for the following functions:
/* returns 1 if UAC is enabled, 0 if disabled or the OS is a non-Vista one */ int isUACEnabled() /* triggers an UAC authorization dialogue, granting full access for the rest of the program's operation. Returns success or failure. */ int AskUAC()I'm sorry if AskUAC() asks for something incompatible with how Vista works, I'm not any familiar with that.
I tried to search for UAC and "User Account Control", but the first search is disabled and the second didn't return anything relevant.
Many thanks for any answer.


Sign In
Create Account

Back to top









