GetLayerDirtyStatus

image\bltlrgss.gif Editions  image\bltlrgss.gif Related Transactions  image\bltlrgss.gif Example

The GetLayerDirtyStatus transaction returns the value of the specified layer's dirty status flag. This is generally used to determine whether the layer should be saved or checked in.

Type XTYP_REQUEST

Syntax [GetLayerDirtyStatus(docwinID, layerID, <pageID>)]

Parameter

Data type

Values

Meaning

docwinID

DWORD

0 | docwinID

active | specific

layerID

DWORD

identifier of the layer to query

pageID

DWORD

0 | pageID

current | specific. Optional parameter.

Reply

Data type

Values

Meaning

dirtyStatus

WORD

1

clean

 

 

2

modified

 

 

4

deleted

 

 

8

new

 

 

16

(can be ORed)

modified since load (saved locally, but not to the database)

image\tips.gif Parameter tip

Release information

Added in Release 3.50.

See also