Skip to main content
The AnnotatePrototype object is used to create an annotation for a function prototype.

Fields

Reference

prototype

The function prototype signature to set on the target function. This is required.

location

Optional address identifying the function to annotate. If omitted, the current function is used.

index

Optional sort key to control display order when multiple prototypes are annotated.

Example