res = VolumeRequestHook(volume)
D0 D1
LONG VolumeRequestHook(UBYTE *volume)
This function is called by the dos.library itself in case a program attempts to access a volume that is currently not mounted or not inserted. By default, this function returns -1, indicating that the dos.library should show its default requester, i.e. "Please insert volume...". The name of the requested volume is provided as argument. A user-supplied application may replace this function and thus provide a more elaborate requester.
A NUL terminated C string without terminating colon.