Re: How to use Registry functions
- From: "DJ Stunks" <DJStunks@xxxxxxxxx>
- Date: 30 Jan 2006 12:20:58 -0800
Marco Roda wrote:
> 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
Please do not cross-post.
.
- Follow-Ups:
- Re: How to use Registry functions
- From: Paul Lalli
- Re: How to use Registry functions
- References:
- How to use Registry functions
- From: Marco Roda
- How to use Registry functions
- Prev by Date: How to use Registry functions
- Next by Date: Re: How to use Registry functions
- Previous by thread: How to use Registry functions
- Next by thread: Re: How to use Registry functions
- Index(es):
Relevant Pages
|
|