Microsoft SDK for Java

AddModuleResourceClassSource

Notifies the Microsoft VM of a Microsoft® Win32® resource containing class files. This resource must be in the format created by jexegen. When classes are being loaded, the resource is searched for classes as if it were a directory on the class path.

Syntax

__cdecl AddModuleResourceClassSource(HMODULE hMod, DWORD dwResID);

Parameters

hMod The module handle.
dwResID The resource ID.

Remarks

This function was added as of versions 2437 through 2925 of the Microsoft virtual machine.

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