CFPreferencesRemoveSuitePreferencesFromApp

Header: CFPreferences.h Carbon status: Under Evaluation

Removes suite preferences from an application’s search chain.

void CFPreferencesRemoveSuitePreferencesFromApp (
    CFStringRef applicationID, 
    CFStringRef suiteName
);
Parameter descriptions
applicationID

The ID of the application from which you wish to remove suite preferences, typically kCFPreferencesCurrentApplication. Do not pass NULL or kCFPreferencesAnyApplication.

suiteName

The ID of the application suite preferences you wish to remove. SuiteIDs take the form of Java package names, com.foosoft.powersuite , for example

AVAILABILITY

Under evaluation for Carbon. Available in Carbon 1.1 and later when CarbonLib 1.1CarbonLib 1.1 or later is present.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)