Frees the memory allocated by hpeAllocateReceiveBufferSet. This function should be called just before calling hpeClose.
HPESTATUS hpeFreeReceiveBufferSet(
    HPEHANDLE devhandle, 
    HPERXBUFFERSET ** rx_buffer_set
);
devhandle 
rx_buffer_set 
rx_buffer_set is cleared to NULL on return if the operation is successful. If rx_buffer_set is pointing to a NULL pointer, then the function does nothing and returns E_OK. Passing invalid rx_buffer_set will cause unpredictable results. A status value indicating the success or failure of the operation. This may be one of the following:
E_OK | 
The operation completed successfully. | 
E_EXIST | 
The handle given is not a handle for a HPE interface. | 
E_PARAM | 
The rx_buffer_set is not valid. | 
| Versions | Defined in | Include | Link to | 
|---|---|---|---|
| INtime 4.0 | intime/rt/include/hpeif2.h | hpeif2.h | hpeif2.lib |