編輯

共用方式為


NotifyBrowserShutdown function

Frees Java class loaders that may have been consumed while browsing the applets.

Syntax

HRESULT WINAPI NotifyBrowserShutdown(
   LPVOID lpvReserved
);

Parameters

lpvReserved

This parameter is not used.

Return value

If the function succeeds, the return value is S_OK. Otherwise, the return value is an error code.

Remarks

When the count of browser windows reaches zero in integrated Web mode, this function frees the Java class loaders. When the user starts browsing applets again, the Java VM will download the latest class files.

This function has no associated import library or header file; you must call it using the LoadLibrary and GetProcAddress functions.

Requirements

Requirement Value
DLL
Msjava.dll