Carbon


KCGetKeychainManagerVersion

Header: Keychain.h Carbon status: Under Evaluation

Returns the version of the Keychain Manager.

OSStatus KCGetKeychainManagerVersion (
    UInt32 *returnVers
);
Parameter descriptions
returnVers

On return, a pointer to the version number of the Keychain Manager installed on the current system.

function result

A result code.

DISCUSSION

Your application can call the KCGetKeychainManagerVersion function to find out which version of the Keychain Manager is installed on the user's system.

VERSION NOTES

Available beginning with Keychain Manager 1.0.


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