Microsoft SDK for Java

AddPathClassSource

Adds a path to the Microsoft VM's internal class path.

Syntax

BOOL __cdecl AddPathClassSource(const char *path, BOOL fAppend);

Parameters

*path The pointer to the path that is to be appended or prepended.
fAppend If true, a path is appended to the class path. If false, a path is prepended to the class path.

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.