DDE - Read Commands
Command Invokes Parameters
Read Read_Current Reads current page again (refresh)
ReadNext Read_Next_Page Jumps to next page.
ReadPrevious Read_Previous_Page Jumps to previous page.
JDec [lOffset] Read_Jump_To_Decimal_Offset lOffset holds the decimal address of the new offset (long).
If lOffset is null the Jump to decimal offset dialog box pops up.
Note: offset counts from 0.
JPage [lPage] Read_Jump_To_Page lPage holds the number of the page (long).
If lPage is null the Jump to page dialog box pops up.
JHex [hOffset] Read_Jump_To_Hex_Offset hOffset holds the hex address of the new offset (long).
If hOffset is null the Jump to hex offset dialog box pops up.
Note: offset counts from 0.
CStats Read_Code_Statistics Pops up the code statistics dialog box.

Back