DocIsModifiedΒΆ

DocIsModified determines if the contents of a document have been modified.

bIsModified = DocIsModified(hDoc)

Return Value

bIsModified is TRUE (1) if the contents of the document have been modified. bIsModified is FALSE (0) if the contents of the document have remained unchanged.

Parameters

hDoc

Identifies the document.

id-674100