All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com4j.typelibs.activeDirectory.IADsPathname Maven / Gradle / Ivy

package com4j.typelibs.activeDirectory  ;

import com4j.*;

@IID("{D592AED4-F420-11D0-A36E-00C04FB950DC}")
public interface IADsPathname extends Com4jObject {
    @VTID(7)
    void set(
        java.lang.String bstrADsPath,
        int lnSetType);

    @VTID(8)
    void setDisplayType(
        int lnDisplayType);

    @VTID(9)
    java.lang.String retrieve(
        int lnFormatType);

    @VTID(10)
    int getNumElements();

    @VTID(11)
    java.lang.String getElement(
        int lnElementIndex);

    @VTID(12)
    void addLeafElement(
        java.lang.String bstrLeafElement);

    @VTID(13)
    void removeLeafElement();

    @VTID(14)
    @ReturnValue(type=NativeType.Dispatch)
    com4j.Com4jObject copyPath();

    @VTID(15)
    java.lang.String getEscapedElement(
        int lnReserved,
        java.lang.String bstrInStr);

    @VTID(16)
    int escapedMode();

    @VTID(17)
    void escapedMode(
        int retval);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy