cdtInit (cards)
Last changed: -131.107.3.70

.
Summary
Initializes the cards library.

C# Signature:

[DllImport("cards.dll")]
static extern bool cdtInit([In] ref int width, [In] ref int height);

VB Signature:

Declare Function cdtInit Lib "cards.dll" (<[In]> ByRef Width As Integer, _
   <[In]> ByRef Height As Integer) As Boolean

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

See the CardsWrapper example.

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
cdtInit on MSDN