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