LogonUser
From: Gabi (Gabi_at_discussions.microsoft.com)
Date: 06/28/04
- Next message: Arnaud Debaene: "Re: LogonUser"
- Previous message: Viviana Vc: "Re: Create a dir where all the users have the right to write"
- Next in thread: Arnaud Debaene: "Re: LogonUser"
- Reply: Arnaud Debaene: "Re: LogonUser"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 28 Jun 2004 03:14:01 -0700
Hi all,
im trying to use LogonUser as:
SuFail = LogonUser("39664",
"domainname",
"passwd",
LOGON32_LOGON_INTERACTIVE,
LOGON32_PROVIDER_DEFAULT,
&HToken);
all the time i got the following error 0x522
"A required privilege is not held by the client."
im logging to myself and im sure i have all the privalage.
what can be the reason???
if you have your example ill be glad to see it.
Thanks
- Next message: Arnaud Debaene: "Re: LogonUser"
- Previous message: Viviana Vc: "Re: Create a dir where all the users have the right to write"
- Next in thread: Arnaud Debaene: "Re: LogonUser"
- Reply: Arnaud Debaene: "Re: LogonUser"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|