ホーム › System.Diagnostics.ProcessSnapshotting › PSS_HANDLE_ENTRY
PSS_HANDLE_ENTRY
構造体サイズ=各フィールドのバイト数(x64/x86 で異なる場合は x64/x86 と併記)。x64/x86 列=フィールドのバイトオフセット(HSPで dupptr / lpoke / wpoke 等に使用)。
フィールド
| フィールド | 型 | サイズ | x64 | x86 |
|---|---|---|---|---|
| Handle | HANDLE | 8/4 | +0 | +0 |
| Flags | PSS_HANDLE_FLAGS | 4 | +8 | +4 |
| ObjectType | PSS_OBJECT_TYPE | 4 | +12 | +8 |
| CaptureTime | FILETIME | 8 | +16 | +12 |
| Attributes | DWORD | 4 | +24 | +20 |
| GrantedAccess | DWORD | 4 | +28 | +24 |
| HandleCount | DWORD | 4 | +32 | +28 |
| PointerCount | DWORD | 4 | +36 | +32 |
| PagedPoolCharge | DWORD | 4 | +40 | +36 |
| NonPagedPoolCharge | DWORD | 4 | +44 | +40 |
| CreationTime | FILETIME | 8 | +48 | +44 |
| TypeNameLength | WORD | 2 | +56 | +52 |
| TypeName | LPWSTR | 8/4 | +64 | +56 |
| ObjectNameLength | WORD | 2 | +72 | +60 |
| ObjectName | LPWSTR | 8/4 | +80 | +64 |
| TypeSpecificInformation | _TypeSpecificInformation_e__Union | 8/4 | +88 | +68 |
共用体: _TypeSpecificInformation_e__Union x64 8B / x86 4B
| フィールド | 型 | サイズ | x64 | x86 |
|---|---|---|---|---|
| Process | _Process_e__Struct | 8/4 | +0 | +0 |
| Thread | _Thread_e__Struct | 8/4 | +0 | +0 |
| Mutant | _Mutant_e__Struct | 8/4 | +0 | +0 |
| Event | _Event_e__Struct | 8/4 | +0 | +0 |
| Section | _Section_e__Struct | 8/4 | +0 | +0 |
| Semaphore | _Semaphore_e__Struct | 8/4 | +0 | +0 |