Annoying error for me
-
Please look at the following lines of code.
PULONG count; PLUID* sessions; LsaEnumerateLogonSessions(count, sessions);
I got the following error on that..error C3861: 'LsaEnumerateLogonSessions': identifier not found, even with argument-dependent lookup
Any idea why it's happen there in the code? Thanks a lotI appreciate your help all the time... CodingLover :)
-
Please look at the following lines of code.
PULONG count; PLUID* sessions; LsaEnumerateLogonSessions(count, sessions);
I got the following error on that..error C3861: 'LsaEnumerateLogonSessions': identifier not found, even with argument-dependent lookup
Any idea why it's happen there in the code? Thanks a lotI appreciate your help all the time... CodingLover :)
Are you sure you're including the correct headers?
-
Please look at the following lines of code.
PULONG count; PLUID* sessions; LsaEnumerateLogonSessions(count, sessions);
I got the following error on that..error C3861: 'LsaEnumerateLogonSessions': identifier not found, even with argument-dependent lookup
Any idea why it's happen there in the code? Thanks a lotI appreciate your help all the time... CodingLover :)
CodingLover wrote:
Any idea why it's happen there in the code?
Are you including
Ntsecapi.h
?"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons