CreateProcessA does work in C11, I have it running but I noticed the CML Classes and I wondered why Tom H (is it Hebrestein?) uses ulong’s instead of long’s in this createprocess api prototype?
Its a nice class though!
If anyone is wondering, MS specify the simple data types here:
Windows Data Types (BaseTsd.h) - Win32 apps | Microsoft Docs
and the integer limits which makes it easy to marry up to clarion simple data types are here:
Integer Limits | Microsoft Docs
and the __ptr32 are an int which is a clarion Long.
__ptr32, __ptr64 | Microsoft Docs