MyRestorePort
Restores the graphics port. When creating a frame, you must designate a callback function to restore the graphics port associated with it. For example, this is how you would define your restore port function if you were to name it MyRestorePort:
void MyRestorePort(JMFrameRef frame, void* param);
frame- The frame that wants to restore the port.
param- Defined by the client application. This value must match the return value of the
MySetUpPortfunction).DISCUSSION
- You cannot nest this function.