Important: The information in this document is obsolete and should not be used for new development.
Determining Whether AppleTalk Phase 2 Drivers Are Supported
Once the .MPP driver has been loaded into memory, you can use theGestalt
function with thegestaltAppleTalkVersion
selector to check the version of AppleTalk. TheGestalt
function returns the version of the .MPP driver. If the version is equal to or greater than 53, then the .MPP driver supports AppleTalk Phase 2.Alternatively, you can call the
SysEnvirons
function. If theatDrvrVersNum
field of theSysEnvRec
data structure returned by this function is equal to or greater than 53, then the .MPP driver supports AppleTalk Phase 2.