To anyone who has ever programmed with the advapi32 library and has ever run across this command I'm sure you know what I'm talking about. Well I hope so at least.
My problem, is that microsoft forgot to include the definition for CreateProcessWithLogonW() in WINBASE.H and I had to create my own header to take care of it. Now however, I am getting the error that __imp__CreateProcessWithLogonW@44 object isn't found. I'm at a loss on what to do.
Does anyone know what the problem is or a good way to work around it?
And I've already tried CreateProcessAsUser which it's problem needs SeTcbPrivelege set and that is not an option.
Thanks for any help.
Martin Asher
ADI Computer Solutions
masher@adi-cs.com
My problem, is that microsoft forgot to include the definition for CreateProcessWithLogonW() in WINBASE.H and I had to create my own header to take care of it. Now however, I am getting the error that __imp__CreateProcessWithLogonW@44 object isn't found. I'm at a loss on what to do.
Does anyone know what the problem is or a good way to work around it?
And I've already tried CreateProcessAsUser which it's problem needs SeTcbPrivelege set and that is not an option.
Thanks for any help.
Martin Asher
ADI Computer Solutions
masher@adi-cs.com