Help for this page

Select Code to Download


  1. or download this
    Win32::API::Struct->typedef(MEMORYSTATUS => qw{
       DWORD dwLength;
    ...
    $MEMORYSTATUS->{'AvailPage'   } = 0;
    $MEMORYSTATUS->{'TotalVirtual'} = 0;
    $MEMORYSTATUS->{'AvailVirtual'} = 0;