Section courante

A propos

Section administrative du site

CreateProcessAsUserA

advapi32.dll Crée un processus utilisateur
Windows NT 4+, 2000, XP, 2003

Syntaxe

BOOL CreateProcessAsUserA(
   HANDLE hToken
   LPCTSTR lpApplicationName,
   LPTSTR lpCommandLine,
   LPSECURITY_ATTRIBUTES lpProcessAttributes,
   LPSECURITY_ATTRIBUTES lpThreadAttributes,
   BOOL bInheritHandles,
   DWORD dwCreationFlags,
   LPVOID lpEnvironment,
   LPCTSTR lpCurrentDirectory,
   LPSTARTUPINFO lpStartupInfo,
   LPPROCESS_INFORMATION lpProcessInformation
);

Description

Cette fonction permet de créer un nouveau processus et de le mettre comme processus primaire.

Voir également

Articles - Les géants de l'informatique - Microsoft

Dernière mise à jour : Dimanche, le 6 décembre 2015