RahulKateWin32
September 24th, 2005, 05:53 AM
Hi,
I have code of this API I doesn't execute this API successfully it gives error Access Denied.I am executing this program with Administrator logon.
I am going to use Win2k so plz tell me any answer.
if( FALSE == LogonUser( pName, pDomain, pPasswd,
LOGON32_LOGON_INTERACTIVE,
LOGON32_PROVIDER_DEFAULT,
&hLogonToken ) );
I have code of this API I doesn't execute this API successfully it gives error Access Denied.I am executing this program with Administrator logon.
I am going to use Win2k so plz tell me any answer.
if( FALSE == LogonUser( pName, pDomain, pPasswd,
LOGON32_LOGON_INTERACTIVE,
LOGON32_PROVIDER_DEFAULT,
&hLogonToken ) );