다음을 통해 공유


IPersistMoniker::IsDirty (Windows CE 5.0)

Send Feedback

This method checks an object for changes since it was last saved.

HRESULT IsDirty(VOID);

Parameters

None.

Return Values

Returns S_OK if the object has changed since it was last saved or S_FALSE otherwise.

Remarks

This method checks whether an object has changed since it was last saved, so that you can avoid losing information in objects that have not yet been saved.

Requirements

Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Library: Urlmon.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.