in reply to Re^9: Correct call for dll with Win32::API
in thread Correct call for dll with Win32::API
Of __stdcall, Microsoft says
An underscore (_) is prefixed to the name. The name is followed by the at sign (@) followed by the number of bytes (in decimal) in the argument list. Therefore, the function declared as int func( int a, double b ) is decorated as follows: _func@12
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^11: Correct call for dll with Win32::API
by BrowserUk (Patriarch) on Dec 05, 2008 at 14:40 UTC | |
by ikegami (Patriarch) on Dec 05, 2008 at 15:20 UTC |