This structure is passed to IJavaExecute::SetClassSource.
struct { HMODULE hModule; DWORD dwResourceID; };
hModule | The handle to the module that contains the resource. |
dwResourceID | Identifies the resource that contains the class data. The resource must be of type RCDATA.
For the format of the resource data, see JAVACLASSRESOURCE. |