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

Andre Pany andre at s-e-a-p.de
Mon Jul 9 16:49:24 UTC 2018


On Monday, 9 July 2018 at 13:48:05 UTC, Kagamin wrote:
> Correct signature:
> extern(C) void GetParamNames(const(char)** paramNames, size_t 
> numParams);
> In C const applies only to the nearest member.

Thank you, that looks great.

Kind regards
Andre


More information about the Digitalmars-d-learn mailing list