GetPlatformTypeFromISOType
TheGetPlatformTypeFromISOTypemethod returns the platform-specific type corresponding to the specified ISO type.
ODPlatformType GetPlatformTypeFromISOType ( in ODValueType type);
type- The ISO type.
- return value
- A 32-bit wrapper for the corresponding platform-specific type. On the Mac OS platform, this type is identical to the
ScrapTypeorOSTypetypes (a four-character code).DISCUSSION
Your part calls this method. OpenDoc does not use platform types (for example,OSTypeon the Mac OS). Therefore, to interoperate between OpenDoc and non-OpenDoc systems, platform types and ISO types need to be translated from one kind to the other.SEE ALSO
TheODValueTypetype (page 904).
TheODStorageSystem::CreatePlatformTypeListmethod (page 661).
TheODTranslation::GetISOTypeFromPlatformTypemethod (page 790).
"Translation" on page 333 in OpenDoc Programmer's Guide.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help