Q3Unknown_SetDirtyState
You can use theQ3Unknown_SetDirtyStatefunction to set the dirty state of an unknown object.
TQ3Status Q3Unknown_SetDirtyState ( TQ3UnknownObject unknownObject, TQ3Boolean isDirty);
unknownObject- An unknown object.
isDirty- A Boolean value that indicates whether the specified unknown object is dirty (
kQ3True) or not (kQ3False).DESCRIPTION
TheQ3Unknown_SetDirtyStatefunction sets the dirty state of the unknown object specified by theunknownObjectparameter to the Boolean value passed in theisDirtyparameter.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help