Help for this page

Select Code to Download


  1. or download this
    sub get_property {
        my $self = shift;
    ...
        $self->exists or return undef;
        Win32::Setupsup::GetWindowProperties( $self->handle, \@properties,
    + \my %properties ) or return undef;
    }
    
  2. or download this
    
    XS(XS_NT__Setupsup_GetWindowProperties)
    ...
        
        RETURNRESULT(!LastError());
    }