Public Function SoundSentryProc (ByVal dwMillisec As Long, ByVal fwdEffect As Long) As Long
' application-defined code goes here
End Function
SoundSentryProc allows the use of a custom cue used by the SoundSentry accessibility feature. This callback function defines a custom method to use to present some sort of visual cue in place of the ones built into SoundSentry. Unlike most callback functions, this function must be called SoundSentryProc and must be exported by a DLL which is loaded on startup.
If the function returns 0, the function failed to display the visual cue. If the function returns a non-zero value, the function displayed the cue successfully.
None.
Const SSWF_CUSTOM = 4
Go back to the Callback Function listing.
Go back to the Reference section index.
Last Modified: August 15, 1999
This page is copyright © 1999 Paul Kuliniewicz.
Copyright Information Revised October 29, 2000
Go back to the Windows API Guide home page.
E-mail: vbapi@vbapi.com Send Encrypted E-Mail
This page is at http://www.vbapi.com/ref/s/soundsentryproc.html