4
Answers

The equivalent of __stdcall in C#

Photo of Elik

Elik

17y
11.4k
1
I’m using PowerBuilder and usually  in C++ I’m using  __stdcall as part of the declaration of functions so I can use the DLL function from PowerBuilder. Can it be done in C# DLL or what is the equivalent in C# COM?

Answers (4)