getPodDescription( )

Gets the POD description.

Interface
PODSPod
IDL definition

Not applicable

JavaScript synopsis

Not applicable

C synopsis
PODSString PODSgetPodDescription(PODSPod* ppod);
Parameters
  • ppod   The PODSPod object.

Returns

POD description.

Remarks

Called to get description for display in application About box. Useful for returning a string-based description of your POD.

See also

getPodVersion( )