com.jniwrapper.win32.stg
Interface IEnumStatStg
- All Superinterfaces: 
 - AutoDeleteParameter, IUnknown
 
- All Known Implementing Classes: 
 - IEnumStatStgImpl
 
- public interface IEnumStatStg
- extends IUnknown
  
This interface enumerates { @link com.jniwrapper.win32.stg.types.StatStg}
 structures.
- See Also:
 - Microsoft
 Structured Storage documentation
 
 
 
 
 
INTERFACE_IDENTIFIER
public static final java.lang.String INTERFACE_IDENTIFIER
- See Also:
 - Constant Field Values
 
next
public Int32 next(Int32 celt,
                  ComplexArray rgelt,
                  Int32 pceltFetched)
 
- Parameters:
 celt - [in]rgelt - [out]pceltFetched - [out]
 
skip
public void skip(Int32 celt)
          throws ComException
 
- Parameters:
 celt - [in]
- Throws:
 ComException
 
reset
public void reset()
           throws ComException
 
- Throws:
 ComException
 
invokeClone
public IEnumStatStg invokeClone()
                         throws ComException
 
- Throws:
 ComException