Help for this page

Select Code to Download


  1. or download this
                               WIM_GENERIC_WRITE,
                               WIM_CREATE_NEW,
    
  2. or download this
    my $hWim = $wimfile->Call(
        $filehandler, WIM_GENERIC_WRITE, WIM_CREATE_NEW, 0, 0, 0
    ) or die "Error: $^E";