Microsoft SDK for Java

IJavaExecute2::SetSystemProperties

This method of the IJavaExecute2 interface sets property values for java.lang.System.

Syntax

HRESULT SetSystemProperties(LPENUMJAVAPROPERTY pEnumJavaProperty);

Parameters

pEnumJavaProperty The enumeration object that produces a set of key/value pairs. SetSystemProperties will enumerate through the entire collection and map each key to the associated value.

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