B
Bilal
Hi, I was trying to import the CreateProcessWithTokenW
function from advapi32.dll into .Net (from other source
code I found on the internet), but for some reason, I keep
getting "Unable to find entry point for function
CreateProcessWithTokenW" like it doesnt exist in the dll.
I opened the dll with extends, which lists the functions
in a given dll and surely CreateProcessWithLogonW is there
but no sign of CreateProcessWithTokenW. So i dont
understand how every sample code I found imports this
function from this dll but my version of it doesnt contain
it. Any help on versioning issues, or a dll with the
function in it would be very useful, thanks in advance.
Note: I am running Windows XP with .Net Framework 1.1 and
Visual Studio .Net 2003.
function from advapi32.dll into .Net (from other source
code I found on the internet), but for some reason, I keep
getting "Unable to find entry point for function
CreateProcessWithTokenW" like it doesnt exist in the dll.
I opened the dll with extends, which lists the functions
in a given dll and surely CreateProcessWithLogonW is there
but no sign of CreateProcessWithTokenW. So i dont
understand how every sample code I found imports this
function from this dll but my version of it doesnt contain
it. Any help on versioning issues, or a dll with the
function in it would be very useful, thanks in advance.
Note: I am running Windows XP with .Net Framework 1.1 and
Visual Studio .Net 2003.