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 theGestaltfunction with thegestaltAppleTalkVersionselector to check the version of AppleTalk. TheGestaltfunction 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
SysEnvironsfunction. If theatDrvrVersNumfield of theSysEnvRecdata structure returned by this function is equal to or greater than 53, then the .MPP driver supports AppleTalk Phase 2.