Showing changes from revision #1 to #2:
Added | Removed | Changed
Message Block | |
---|---|
+20 | Flags |
+24 | PlugIn instance handle |
+28 | Browser instance handle |
+32 | URL to access (string_value) |
+36 | Window to target (string_value), or 0 to return to the plugin |
+40 | Notify data to be returned |
+44 | Length of data to be POSTed |
+48 | Filename (string_value) (if Bit 2 of flag is set) |
Pointer to data (string_value) (if Bit 2 of flag is clear) |
Bit | Meaning |
---|---|
0 | Set; return a Message_PlugIn_Notify message on completion |
1 | Set; POST to the URL |
Clear; GET from the URL | |
2 | Set; POST a file (only if bit 1 is set) |
Clear; POST a block of memory (only if bit 1 is set) | |
All others are Reserved (must be zero) |
This message is sent to a browser to perform various actions on a URL.
If the window target is "" then the URL is fetched to the window containing the plugin. If the window target is “<anything>” then it will be fetched to the given window name. If the target value is actually 0 then a stream is opened and data is sent to the plugin.