DLL: (const char *paramNames[],size_t numParams)

Kagamin spam at here.lot
Mon Jul 9 13:45:24 UTC 2018


         const(char)*[] znames;
         znames.length=4;
         GetParamNames(znames.ptr, znames.length);
         const char[][] names=znames.map!fromStringz.array;


More information about the Digitalmars-d-learn mailing list