#include <coredumpserverapi.h>

Class TPluginInfoBlock

Interface access: internal to technology

class TPluginInfoBlock;

Description

Class used for transfering fixed sized blocks of plugin information between the Core Dump Server and its clients. This makes it easier accross the client/server interface.

Members

Defined in TPluginInfoBlock:

  • pluginsA simple array is used as the transfer block across the process boundary.

Member data


plugins

Interface access: internal to technologyInherited from: TPluginInfoBlock

TPluginInfo plugins[5];

Description

A simple array is used as the transfer block across the process boundary.