How I can pass the WndProc as a parameter?

Mike Parker aldacron at gmail.com
Sat Sep 10 11:38:21 UTC 2022


On Saturday, 10 September 2022 at 10:39:12 UTC, Injeckt wrote:
>
> And after all, I call it:
>
>     KK_CreateWindowClass(WndProc);
>

`KK_CreateWindowClass(&WndProc);`


More information about the Digitalmars-d-learn mailing list