GetPluginInfo Function

Retrieves a plugin's public info.

bool GetPluginInfo(Handle plugin, PluginInfo info, char[] buffer, int maxlength)

Parameters

Handle plugin

Plugin Handle (INVALID_HANDLE uses the calling plugin).

PluginInfo info

Plugin info property to retrieve.

char[] buffer

Buffer to store info in.

int maxlength

Maximum length of buffer.

Return Value

True on success, false if property is not available.

Errors

Invalid Handle.