GetOSLSupportFlags
TheGetOSLSupportFlagsmethod returns the flags that indicate which handlers this semantic interface object supports.
ODSShort GetOSLSupportFlags ();
- return value
- The flags representing the level of OSL support.
DISCUSSION
This method returns the callback flags used when a part tries to resolve an object specifier using this semantic interface object.OVERRIDING
If you subclassODSemanticInterface, you can override this method. Your override method must call its inherited method at some point in your implementation (it does not matter where).SEE ALSO
TheODNameResolver::Resolvemethod (page 426).
TheODSemanticInterface::SetOSLSupportFlagsmethod (page 599).
For more information on callback flags, see the "Resolving and Creating Object Specifier Records" chapter of Inside Macintosh: Interapplication Communication.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help