Adds a path to the Microsoft VM's internal class path.
BOOL __cdecl AddPathClassSource(const char *path, BOOL fAppend);
*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. |
This function was added as of versions 2437 through 2925 of the Microsoft virtual machine.