Up: GEOS SDK TechDocs | Up | Prev: patchin ... | Next: pgs ...

pdisk

pdisk <disk-handle>

Examples:

"pdisk 00a2h"
Prints information about the disk whose handle is 00a2h.

Prints out information about a registered disk, given its handle.

The Flags column is a string of single-character flags with the following meanings:

w
The disk is writable.
V
The disk is always valid, i.e. it's not removable.
S
The disk is stale. This is set if the drive for the disk has been deleted.
u
The disk is unnamed, so the system has made up a name for it.

See Also: diskwalk, drivewalk.

pdrive

pdrive <drive-handle>
pdrive <drive-name>
pdrive <drive-number>

Examples:

"pdrive si"
Print a description of the drive whose handle is in SI
"pdrive al"
Print a description of the drive whose number is in AL
"pdrive C"
Print a description of drive C

Provides the same information as "drivewalk," but for a single drive, given the offset to its DriveStatusEntry structure in the FSInfoResource.

This is intended for use by implementors of IFS drivers, as no one else is likely to ever see a drive handle.

See Also: drivewalk.

pdw

pdr <register pair>

Examples:

"pdw dxax"
"pdw dx.ax"
"pdw dx:ax"
Prints the dword value of register pair dx:ax

Prints the dword value of a register pair.

The first register is the high register while the second is the low register.

See Also: print.

penum

penum <type> <value>

Examples:

"penum FatalErrors 0"
print the first FatalErrors enumeration

Print an enumeration constant given a numerical value.

See Also: print, precord.

pevent

pevent <handle>

Examples:

"pevent 39a0h"
Print event with handle.

Print an event given its handle.

See Also: elist, eqlist, eqfind, erfind.

pflags

pflags

Prints the current machine flags (carry, zero, etc.).

See Also: setcc, getcc.

pfont

pfont [-c] [<address>]

Examples:

"pfont"
print bitmaps of the characters of the font in BX.
"pfont -c ^h1fd0h"
list the characters in the font at ^h1fd0h.

Print all the bitmaps of the characters in a font.

 

See Also: fonts, pusage, pfontinfo.

pfontinfo

pfontinfo <font ID>

Examples: "pfontinfo FID_BERKELEY"

Prints font header information for a font. Also lists all sizes built.

See Also: fonts, pfont.

pgen

pgen <element> [<object>]

Examples:

"pgen GI_states @65"
print the states of object 65
"pgen GI_visMoniker"
print the moniker of the object at *DS:SI
"pgen GI_states -i"
print the states of the object at the implied grab

Print an element of the generic instance data.

See Also: gentree, gup, pobject, piv, pvis.


Up: GEOS SDK TechDocs | Up | Prev: patchin ... | Next: pgs ...