Carbon


gestaltParityAttr

Header: Gestalt.h

enum {
    gestaltParityAttr = 'prty',
    gestaltHasParityCapability = 0,
    gestaltParityEnabled = 1
};

Constant descriptions

gestaltParityAttr

The selector you pass to the Gestalt function to determine information about the machine’s parity-checking features.

Note that parity is not considered to be enabled unless all installed memory is parity RAM.

gestaltHasParityCapability
gestaltParityEnabled


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