[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


   NAME
	RemoveAppIcon - remove an icon from Workbench's list            (V36)
                         of AppIcons.

   SYNOPSIS
	success = RemoveAppIcon(AppIcon)
         D0                      A0

	BOOL RemoveAppIcon(struct AppIcon *);

   FUNCTION
	Attempt to remove an AppIcon from Workbench's list of AppIcons.

   INPUTS
	AppIcon - pointer to an AppIcon structure returned by AddAppIcon.

   RESULTS
	success - TRUE if the icon could be removed, FALSE otherwise.

   NOTES
	As with anything that deals with asynchronous operation, you will need
	to do a final check for messages on your AppMessage port for messages
	that may have come in between the last time you checked and the
	call to remove the AppIcon.

   SEE ALSO
	workbench.library/AddAppIconA


[Back to Amiga Developer Docs]