3
Answers

How to use Hwnd(c++) type in c#

Hi,i am using one external dll.here i am in the need of sending parameters to that dll.The function parameter like,
string Myfun(HWND hwnd, char *params);

Here how to pass value from c#.
Answers (3)