[DllImport("cards.dll")]
static extern bool cdtInit([In] ref int width, [In] ref int height);
Declare Function cdtInit Lib "cards.dll" (<[In]> ByRef Width As Integer, _
<[In]> ByRef Height As Integer) As Boolean
None.
None.
Please add some!
See the CardsWrapper example.
Do you know one? Please contribute it!