@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm 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@msdn on MSDN
Edit cards.cdtInit
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.