Share via


AUImplementorDisplayNameWithLengthCallback Delegate

Definition

A delegate that returns the display name, possibly shortened to desiredLength characters.

public delegate string AUImplementorDisplayNameWithLengthCallback(AUParameterNode node, IntPtr desiredLength);
type AUImplementorDisplayNameWithLengthCallback = delegate of AUParameterNode * nativeint -> string

Parameters

node
AUParameterNode

The parameter node for which to get a possibly shortened name.

desiredLength
IntPtr

nativeint

The maximum desired length of the display name.

Return Value

The display name, possibly shortened to desiredLength characters.

Applies to