<< back to sysax.com Product page |
Exhibit 2.23. IDL Definition of method to add virtual path
HRESULT AddAltPath ([in] BSTR b_username, [in] BSTR b_altpath, [in] BSTR b_altpermissions, [in, defaultvalue("")] BSTR b_virtualpathname); |
Exhibit 2.24. Example usage of method to add virtual path
admin.AddAltPath "comacc", "c:\\temp", "RL", "/secondpath" |