Handling PortController Events in Visual C++
To handle a PortController event, simply use the Message Maps tab
in the ClassWizard to map the PortController event to a handling function.
After specifying the handling function, simply add your code
to the function implementation.
See PortController Events for a list of events and handling function arguments.
|