Carbon


OTSetupConfiguratorProcPtr

Header: OpenTransportProtocol.h Carbon status: Unsupported

typedef OSStatus(* OTSetupConfiguratorProcPtr) (
    OTCanConfigureProcPtr *canConfigure, 
    OTCreateConfiguratorProcPtr *createConfigurator, 
    UInt8 *configuratorType
);

You would declare your function like this if you were to name it MyOTSetupConfiguratorCallback:

OSStatus MyOTSetupConfiguratorCallback (
    OTCanConfigureProcPtr *canConfigure, 
    OTCreateConfiguratorProcPtr *createConfigurator, 
    UInt8 *configuratorType
);
function result

A result code.


© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)