Mac OS 9
CFMLibraryInfo Struct Reference

#include <OpenTransportProtocol.h>

Data Fields

OTLink link
 
char * libName
 
StringPtr intlName
 
FSSpec * fileSpec
 
StringPtr pstring2
 
StringPtr pstring3
 

Detailed Description

Finding all matching CFM libraries. The routine OTFindCFMLibraries allows you to find all CFM libraries that match specific criteria. The result is placed in a list of CFMLibraryInfo structures. OT allocates those structures using a routine of type OTAllocMemProcPtr that you pass to OTFindCFMLibraries. A list of CFMLibraryInfo structures is returned by the OTFindCFMLibraries routine. The list is created out of the data that is passed to the function.

IMPORTANT: Only the first 3 fields are valid when using OT 1.2 and older.

Field Documentation

◆ fileSpec

FSSpec* CFMLibraryInfo::fileSpec

Pascal String which is internationalized name

◆ intlName

StringPtr CFMLibraryInfo::intlName

"C" String which is fragment name

◆ libName

char* CFMLibraryInfo::libName

To link them all up on a list

◆ pstring2

StringPtr CFMLibraryInfo::pstring2

location of fragment's file

◆ pstring3

StringPtr CFMLibraryInfo::pstring3

Secondary string from extended cfrg


The documentation for this struct was generated from the following file: