Dynamic Probe Class Library

DPCL Class Reference


Chapter 20. Probe module send function

Probe module functions can use the C-language function Ais_send to send data back to a DPCL analysis tool. To use the Ais_send function in a probe module, you must explicitly list it in your probe module's import file (see Chapter 13, Class ProbeModule.

Ais_send

Synopsis

#include <dpclExt.h>
int Ais_send(void *msg_handle, void *msg, int msg_size);

Description

Sends data from a function in a probe module back to the DPCL analysis tool that loaded the module.

Return Values

Returns 0 if the send was successful. Otherwise, it returns a non-zero value.

See Also

Ais_send (see Chapter 18, Predefined global variables), Process::load_module, Process::bload_module


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]