DocSetModifiedFlagΒΆ

DocSetModifiedFlag sets or clears the modification flag of the document.

bool = DocSetModifiedFlag(hDoc, bModified)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hDoc

Identifies the document.

bModified

If bModified is TRUE (1), the modification flag will be set. If bModified is FALSE (0), the modification flag will be cleared.

Comment

The modification flag is automatically set whenever the user changes the contents of the document.

id-609814