Boolean FillPoolWithMsgItems (MemPoolPtr memPool, Item replyPort)
FillPoolWithMsgItems()
will have their reply port field set to the value of replyPort
.
The DataStreamer calls ForEachFreePoolMember()
to allocate the items; ForEachFreePoolMember()
then calls CreateMsgItem()
to create the items that are allocated to the entries.
memPool
replyPort
TRUE
FALSE
CreateMsgItem()
failed
CreateMsgItem
, ForEachFreePoolMember