Carbon


DisposeThemeDrawingState

Header: Appearance.h Carbon status: Supported

Releases the memory associated with a reference to a graphics port’s drawing state.

OSStatus DisposeThemeDrawingState (
    ThemeDrawingState inState
);
Parameter descriptions
inState

A value of type ThemeDrawingState. Pass a value specifying the previous drawing state for the current graphics port. You may obtain this value from the outState parameter of GetThemeDrawingState.

function result

A result code.

DISCUSSION

Also see the function SetThemeDrawingState.

VERSION NOTES

This function is available with Appearance Manager 1.1 and later.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)