Virtual Method

IdeBufferAddinload

Declaration

void
load (
  IdeBufferAddin* self,
  IdeBuffer* buffer
)

Description

This calls the load virtual function of IdeBufferAddin to request that the addin load itself.

Parameters

buffer

Type: IdeBuffer

An IdeBuffer.

The data is owned by the caller of the function.