Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
715 B

  1. /*************************************************************************
  2. *
  3. * execclt.h
  4. *
  5. * header file for Terminal Server remote exec service
  6. *
  7. * copyright notice: Copyright 1998, Microsoft Corporation
  8. *
  9. *
  10. *
  11. *************************************************************************/
  12. BOOL
  13. CreateRemoteSessionProcess(
  14. ULONG SessionId,
  15. HANDLE hSaferToken,
  16. BOOL System,
  17. PWCHAR lpszImageName,
  18. PWCHAR lpszCommandLine,
  19. PSECURITY_ATTRIBUTES psaProcess,
  20. PSECURITY_ATTRIBUTES psaThread,
  21. BOOL fInheritHandles,
  22. DWORD fdwCreate,
  23. LPVOID lpvEnvionment,
  24. LPWSTR lpszCurDir,
  25. LPSTARTUPINFOW pStartInfo,
  26. LPPROCESS_INFORMATION pProcInfo
  27. );