HOw Can I implement PVIEW ? is it using any internal port ??
or do NT has support for it ?
How to edit remote registry ? Programmatically.
Ohh ,it’s not NT’s facility…I got it.
All kinds of process listing APIs depends on performance registry.
So, the answer is performance registry or WMI (these two seem to be tightly coupled).
BTW - main system’s counters in the performance registry seems to be mapped to ZwQuerySystemInformation by advapi32.dll code, so,
looks like the only (or WMI can double it?) way of crossing the user-kernel boundary to retrieve a process list is
ZwQuerySystemInformation.
Max
----- Original Message -----
From: “Krishna Pawar”
To: “NT Developers Interest List”
Sent: Wednesday, April 24, 2002 5:42 PM
Subject: [ntdev] How PView Utility Can List Remote Processes
> HOw Can I implement PVIEW ? is it using any internal port ??
> or do NT has support for it ?
> How to edit remote registry ? Programmatically.
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to %%email.unsub%%
>
Max, great, you are dead right!!!
-----Original Message-----
From: Maxim S. Shatskih
To: NT Developers Interest List
Date: 2002äË4æ÷25éè 6:36
Subject: [ntdev] Re: How PView Utility Can List Remote Processes
>All kinds of process listing APIs depends on performance registry.
>So, the answer is performance registry or WMI (these two seem to be tightly
coupled).
>
>BTW - main system’s counters in the performance registry seems to be mapped
to ZwQuerySystemInformation by advapi32.dll code, so,
>looks like the only (or WMI can double it?) way of crossing the user-kernel
boundary to retrieve a process list is
>ZwQuerySystemInformation.
>
> Max
>
>----- Original Message -----
>From: “Krishna Pawar”
>To: “NT Developers Interest List”
>Sent: Wednesday, April 24, 2002 5:42 PM
>Subject: [ntdev] How PView Utility Can List Remote Processes
>
>
>> HOw Can I implement PVIEW ? is it using any internal port ??
>> or do NT has support for it ?
>> How to edit remote registry ? Programmatically.
>>
>> —
>> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
>> To unsubscribe send a blank email to %%email.unsub%%
>>
>
>
>—
>You are currently subscribed to ntdev as: KDriver@163.com
>To unsubscribe send a blank email to %%email.unsub%%