Skip to main content

Name

swap_out_multi — Swap out multiple messages

Synopsis

#include "spool.h"

| int **swap_out_multi** ( | head); |   |

sp_async_message * <var class="pdparam">head</var>;

Description

Swap out multiple messages.

Parameters

head

A pointer to an sp_async_message struct. For documentation of this data structure see “sp_async_message”

Return Values

This function returns 1 for success and 0 on failure.

Threading

It is legal to call this function in any thread.

Was this page helpful?