|
|
|
Returns the starting virtual address of a process's compatibility mode stack.
cmstackbase (pin)
cmstackbase:lptr (pin:u16)
- pin
The process identification number (PIN) for which the starting virtual
address of the CM stack is to be returned.
$nmdebug > wl cmstackbase(%10)
$2c4.40011cb0
Display the virtual address of the CM stack base for PIN %10.
$nmdat > wl "CM stack size = ",
cmstacklimit(pin) - cmstackbase(pin) + 1
CM stack size = $4350
Calculate and display the CM stack length (in bytes) for the current PIN.
If the PIN does not exist, the function result is undefined
and an error status is set.
|