Help for this page

Select Code to Download


  1. or download this
    Win32::API::Struct->typedef('test', qw( 
          long array[10];
          char i;
          char z;
        ));
    
  2. or download this
    Win32::API::Struct->typedef('test', qw( 
       long array[10];
    ));