a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 workbench.library
  AddAppIconA
  AddAppMenuItemA
  AddAppWindowA
  AddAppWindowDropZoneA
  ChangeWorkbenchSelectionA
  CloseWorkbenchObjectA
  MakeWorkbenchObjectVisibleA
  OpenWorkbenchObjectA
  RemoveAppIcon
  RemoveAppMenuItem
  RemoveAppWindow
  RemoveAppWindowDropZone
  UpdateWorkbench
  WBInfo
  WorkbenchControlA
Include
GuruMeditation
Docs » Autodocs » workbench.library » WBInfo

NAME

	WBInfo - Bring up the Information requester                     (V39)

SYNOPSIS

	worked = WBInfo(lock, name, screen)
d0 a0 a1 a2
ULONG WBInfo(BPTR, STRPTR, struct Screen *);

FUNCTION

	This is the LVO that Workbench calls to bring up the Icon Information
requester. External applications may also call this requester.
In addition, if someone were to wish to replace this requester
with another one, they could do so via a SetFunction.

INPUTS

	lock   - A lock on the parent directory
name - The name of the icon contained within above directory
screen - A screen pointer on which the requester is to show up

RESULT

	worked - Returns TRUE if the requester came up, FALSE if it did not.

NOTES

	Note that this LVO may be called many times by different tasks
before other calls return. Thus, the code must be 100% re-entrant.

SEE ALSO

icon.library()

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Abyss

RZR
PHA
AYS
TBL

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se