Showing changes from revision #1 to #2:
Added | Removed | Changed
Message Block | |
---|---|
+12 | my_ref field from Message_PlugIn_Open |
+20 | Flags |
+24 | PlugIn instance handle |
+28 | Browser instance handle (copied from Message_PlugIn_Open) |
Bit | Meaning if set |
---|---|
0 | Plugin can accept input focus (otherwise it cannot) |
1 | Plugin wants code resources fetched (otherwise it will fetch code itself) |
2 | Plugin wants data resources fetched (otherwise it will fetch data itself) |
3 | Plugin will delete the parameter file itself (otherwise the parent should) |
4 | Plugin has more work to do, keep showing busy indicator (otherwise it is loaded) |
5 | Plugin understands Message_PlugIn_Action message beyond the stop reason code (otherwise only stop is understood) |
6 | Plugin task has opened a helper window (otherwise plugin has embedded itself) |
All other are Reserved (must be zero) |
This message is sent by a plugin application in response to a Message_PlugIn_Open request.
You may open as a helper, even if the browser requested an embeded window.