Help for this page

Select Code to Download


  1. or download this
    __declspec(dllimport) myTable myTableCreate();
    
  2. or download this
    my $CreateTable = new Win32::API("myDll.dll","myTable myTable Create()
    +");
    
  3. or download this
    my $LoadTableFromFile = new Win32::API("myDll.dll","int myTableLoadFro
    +mFile(char const* filename, LPMyTable pointToMyTable)")
    
  4. or download this
    __declspec(dllimport) enum myStatus myTableLoadFromFile(char const* fi
    +lename, MyTable* pointToMyTable);