EDelMulti
EDelMulti Decrement a multicast address counter EParamBlkPtr thePBptr; address of an EParamBlock structure Boolean async; 0=await completion; 1=immediate return particular multicast address.
thePBptr is a pointer to an EParamBlock structure. The relevant fields are as follows:
¨ ioResult short 2 16 Result code
Æ csCode short 2 26 Always ENetDelMulti
Æ eMultiAddr 6 bytes 6 28 Multicast address
async is a Boolean value. Use FALSE for normal ( synchronous) operation or TRUE to function asynchronously. See Async I/O. noErr (0) No error
eMultiErr (-91) Address not found
calls the EAddMulti function, the driver increments a counter for the multicast address specified by the eMultiAddr parameter. Each time a client
decrements the counter for the address specified by the eMultiAddr
parameter. As long as the count for a multicast address is equal to or greater
address. When the count for an address equals 0, the driver removes that
address from the list of multicast addresses that it accepts.
particular multicast address, you should call the EDelMulti function only once for each time you called the EAddMulti function. The ioResult parameter returns the result of the function. If you call the
function asynchronously, the function sets this field to 1 as soon as it
begins execution, and it changes the field to the actual result code when it
completes execution. The csCode parameter is the routine selector
automatically set by the high-level language interface. It is always
ENetDelMulti for this function.