Skip navigation links
JNA API 5.3.1
com.sun.jna.platform.win32.COM

Class EnumMoniker

    • Constructor Detail

      • EnumMoniker

        public EnumMoniker(Pointer pointer)
    • Method Detail

      • Clone

        public WinNT.HRESULT Clone(PointerByReference ppenum)
        Description copied from interface: IEnumMoniker
        Creates a new enumerator that contains the same enumeration state as the current one. This method makes it possible to record a particular point in the enumeration sequence and then return to that point at a later time. The caller must release this new enumerator separately from the first enumerator. HRESULT Clone( [out] IEnumMoniker **ppenum );
        Specified by:
        Clone in interface IEnumMoniker
        See Also:
        MSDN
JNA API 5.3.1

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.