Hi,
Process Explorer displays WorkingSet Info as “WS Private, WS Shareable, WS
Shared”.
Using QueryWorkingSet i can able to find WS Private, WS Shareable value.
How can i get the “WS Shared” value?
Thanks
Murali
Hi,
Process Explorer displays WorkingSet Info as “WS Private, WS Shareable, WS
Shared”.
Using QueryWorkingSet i can able to find WS Private, WS Shareable value.
How can i get the “WS Shared” value?
Thanks
Murali
> Process Explorer displays WorkingSet Info as "WS Private, WS Shareable, WS
Shared".
Using QueryWorkingSet i can able to find WS Private, WS Shareable value.How can i get the “WS Shared” value?
If PSAPI_WORKING_SET_BLOCK.ShareCount is greater than 1, the page
is shared (though not necessarily across processes - one process could map
the same physical page at two different virtual addresses).
–
This posting is provided “AS IS” with no warranties, and confers no
rights.
Pavel, thanks for your help .
On 1/20/08, Pavel Lebedinsky wrote:
>
> > Process Explorer displays WorkingSet Info as “WS Private, WS Shareable,
> WS
> > Shared”.
> > Using QueryWorkingSet i can able to find WS Private, WS Shareable value.
> >
> > How can i get the “WS Shared” value?
>
>
> If PSAPI_WORKING_SET_BLOCK.ShareCount is greater than 1, the page
> is shared (though not necessarily across processes - one process could map
> the same physical page at two different virtual addresses).
>
> –
> This posting is provided “AS IS” with no warranties, and confers no
> rights.
>
>
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>