Debugging Tools for Windows

!ks.ohdr

The !ks.ohdr extension displays details of a kernel streaming object header.

Syntax

!ks.ohdr Object [Level] [Flags]  

Parameters

Object
This parameter specifies a pointer to a KS object header. If Object is not valid, the command returns an error.
Level
Optional. Values are the same as those for !ks.dump.
Flags
Optional. Values are the same as those for !ks.dump.

DLL

Windows NT 4.0 Not available
Windows 2000 winxp\ks.dll
Windows XP and later ks.dll

Comments

The !ks.ohdr command works similarly to !ks.objhdr in that it displays details of a KS object header. The difference is that the caller provides the direct address of the KS object header, instead of the address of the associated file object.

Levels and flags for !ks.ohdr are identical to those described in !ks.dump.

If the data you are querying is not paged out, consider using !ks.dump instead of !ks.ohdr.

Additional Information

For more information, see Kernel Streaming Debugging.

Build machine: CAPEBUILD