Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^3: access 64bit registry from 32 bit Perl

by Anonymous Monk
on May 11, 2013 at 17:26 UTC ( [id://1033140]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Win32API::Registry qw(:ALL);
    
    ...
      RegQueryValueEx($key, "MachineGuid", [], $type, $nodeId, []);
      RegCloseKey( $key );
    }
    
  2. or download this
    #define KEY_WOW64_64KEY 0x0100
        Access a 64-bit key from either a 32-bit or 64-bit application.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1033140]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (2)
As of 2024-03-19 06:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found