CeRunAppAtEvent

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

Microsoft documentation: Link

Last updated