Showing changes from revision #0 to #1:
Added | Removed | Changed
Message Block | |
---|---|
+12 | my_ref field from Message_PlugIn_Close (if applicable) |
+20 | Flags |
+24 | PlugIn instance handle of the closed instance |
+28 | Browser instance handle of the closed instance |
+32 | Error number (if error flag is set) |
+36 | Error message to be displayed by browser (zero-terminated) (if error flag is set) |
Bit | Meaning if set |
---|---|
0 | PlugIn will exit after this message |
1 | This message is not in reply to Message_PlugIn_Close |
2 | There is an error block at +32 |
All other are Reserved (must be zero) |
This message is sent by a plugin to indicate that an instance has been closed. Usually it is a reply to Message_PlugIn_Close message.
You may open as a helper, even if the browser requested an embeded window.