See: Description
| Interface Summary | |
|---|---|
| StdCall | Tagging interface for __stdcall calling convention. |
| StdCallLibrary | Interface for w32 stdcall calling convention. |
| StdCallLibrary.StdCallCallback | Interface defining a callback using the w32 stdcall calling convention. |
| Class Summary | |
|---|---|
| StdCallFunctionMapper | Provides mapping from simple method names to w32 stdcall-decorated names
where the name suffix is "@" followed by the number of bytes popped by
the called function. NOTE: if you use custom type mapping for primitive types, you may need to override getArgumentNativeStackSize. |
| W32APIFunctionMapper | Encapsulates lookup of W32 API UNICODE/ASCII functions. |
| W32APITypeMapper | Provide standard conversion for W32 API types. |