Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. BOOL ret_proc = CreateProcess(NULL, pExeName,
  2. 0, 0, false,
  3. CREATE_SUSPENDED | CREATE_UNICODE_ENVIRONMENT,
  4. NULL,
  5. pExePath,
  6. &siStartupInfo,
  7. &piProcessInfo
  8. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement