Carbon


MPNotificationInfo

Header: MultiprocessingInfo.h

struct MPNotificationInfo {
    PBVersion version; 
    MPProcessID processID; 
    OSType notificationName; 
    MPQueueID queueID; 
    void *p1; 
    void *p2; 
    void *p3; 
    MPEventID eventID; 
    MPEventFlags events; 
    MPSemaphoreID semaphoreID;
};

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