关于api函数CreateProcessWithLogonW
请问,关于api函数CreateProcessWithLogonW中的域,在没有域的情况下,域的部分怎么填?
CreateProcessWithLogonW "administrator ", 域的部分, "admin ", LOGON_WITH_PROFILE, 0&, "c:\winnt\system32\notepad.exe ", CREATE_DEFAULT_ERROR_MODE, 0&, "c:\ ", si, pi
[解决办法]
http://www.m5home.com/bbs/dispbbs.asp?boardID=10&ID=344&page=1
你看看这个例子,我以前写的,也是用的这个API
希望对你有帮助.