Carbon


SecProgressCallbackInfo

Header: FileSigning.h

struct SecProgressCallbackInfo {
    UInt32 version; 
    UInt32 bytesProcessed; 
    UInt32 totalBytes; 
    UInt32 itemsRemainingToSign; 
    UInt32 totalItemsToSign; 
    UInt32 secondsRemaining; 
    UInt32 secondsElapsed; 
    UInt32 microSecondsPerByte; 
    Str255 fileName;
};

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