The SetPageDirtyStatus transaction sets the value of the dirty status flag for the specified page.
Type XTYP_EXECUTE
Syntax [SetPageDirtyStatus(docwinID, dirtyStatus, <pageID>)]
|
Parameter |
Data type |
Values |
Meaning |
|
docwinID |
DWORD |
0 | docwinID |
active | specific |
|
dirtyStatus |
WORD |
1 | 2 | 8 |
clean | modified | new |
|
|
|
(can be ORed) |
|
|
pageID |
DWORD |
0 | pageID |
current | specific. Optional parameter. |
See also