CeRunAppAtEvent

[DllImport("coredll.dll", SetLastError = true)]
public static extern bool CeRunAppAtEvent(
   string lpszAppName,
   CeRunAppFlags dwEventId
);

Microsoft documentation: Linkarrow-up-right

Last updated