USTART_METHOD
Perform application start-up processing
WTSupported in traditional Synergy on Windows
|
WNSupported in Synergy .NET on Windows
|
USupported on UNIX
|
VSupported on OpenVMS
|
subroutine USTART_METHOD
Discussion
USTART_METHOD is a subroutine you write (and name) when you want your program to perform application-specific start-up processing.
This subroutine is called by U_START (just prior to returning to the calling routine) if a start method was passed.
See also
- U_START routine for information about application start-up
- Overloading UI Toolkit routines for more information on creating this subroutine