How to use Registry functions
- From: "Marco Roda" <mrtest@xxxxxxxxxxxx>
- Date: Mon, 30 Jan 2006 14:47:51 +0100
I should use NTRegOpenKeyEx to read a registry key.
I got some example like:
<
require 'NT.ph';
use Win32::Registry;
$rc = NTRegOpenKeyEx ( &HKEY_LOCAL_MACHINE,
'SYSTEM\CurrentControlSet\Services\W3SVC\Parameters\Virtual Roots', &NULL,
&KEY_ALL_ACCESS, $PerlKey );
NTRegQueryValueEx( $PerlKey, '/', &NULL, $type, $HttpRoot );
>
but I have no NT.ph
- where should I found it ?
- how to install ?
Thanks in advance,
Marco
.
- Follow-Ups:
- Re: How to use Registry functions
- From: DJ Stunks
- Re: How to use Registry functions
- Prev by Date: Re: Crypt::SSLeay Installation Failure
- Next by Date: Re: How to use Registry functions
- Previous by thread: Crypt::SSLeay Installation Failure
- Next by thread: Re: How to use Registry functions
- Index(es):
Relevant Pages
|
|