The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PSAPI_WORKING_SET_EX_INFORMATION structure
Contains extended working set information for a process.
Syntax
typedef struct _PSAPI_WORKING_SET_EX_INFORMATION { PVOID VirtualAddress; PSAPI_WORKING_SET_EX_BLOCK VirtualAttributes; } PSAPI_WORKING_SET_EX_INFORMATION, *PPSAPI_WORKING_SET_EX_INFORMATION;
Members
- VirtualAddress
-
The virtual address.
- VirtualAttributes
-
A PSAPI_WORKING_SET_EX_BLOCK union that indicates the attributes of the page at VirtualAddress.
Requirements
|
Minimum supported client | Windows Vista, Windows XP Professional x64 Edition [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008, Windows Server 2003 with SP1 [desktop apps only] |
|
Header |
|
See also
Community Additions
Show: