Microsoft SDK for Java

JAVACLASSRESOURCEINFO

This structure is passed to IJavaExecute::SetClassSource.

struct {
   HMODULE hModule;
   DWORD dwResourceID;
};

Members

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.


© 1999 Microsoft Corporation. All rights reserved. Terms of use.