Searched defs:OSNotificationHeader (Results 1 – 1 of 1) sorted by relevance
122 struct OSNotificationHeader { struct123 mach_msg_size_t size; /* content size */124 natural_t type;125 OSAsyncReference reference;128 unsigned char content[];153 typedef struct OSNotificationHeader OSNotificationHeader; argument