Carbon


gestaltROMSize

Header: Gestalt.h

enum {
    gestaltROMSize = 'rom '
};

Constant descriptions

gestaltROMSize

The selector you pass to the Gestalt function to determine the size of the installed ROM, in bytes. The value is returned in only one word.

Never infer the existence of certain hardware or software features from the responses that Gestalt returns when you pass it this selector.


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