com.jniwrapper.win32.shell.types
Class SHCONTF

java.lang.Object
  extended by com.jniwrapper.Parameter
      extended by com.jniwrapper.DelegatingParameter
          extended by com.jniwrapper.bf
              extended by com.jniwrapper.Int
                  extended by com.jniwrapper.win32.com.types.ComEnumeration
                      extended by com.jniwrapper.win32.shell.types.SHCONTF
All Implemented Interfaces:
com.jniwrapper.IntegerParameter

public class SHCONTF
extends com.jniwrapper.win32.com.types.ComEnumeration

Represents COM enumeration SHCONTF.


Field Summary
static int SHCONTF_FOLDERS
           
static int SHCONTF_INCLUDEHIDDEN
           
static int SHCONTF_INIT_ON_FIRST_NEXT
           
static int SHCONTF_NETPRINTERSRCH
           
static int SHCONTF_NONFOLDERS
           
static int SHCONTF_SHAREABLE
           
static int SHCONTF_STORAGE
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
SHCONTF()
           
SHCONTF(com.jniwrapper.IntegerParameter t)
           
SHCONTF(long val)
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class com.jniwrapper.bf
b, equals, getDebugInfo, getValue, hashCode, setValue, toLong, toString
 
Methods inherited from class com.jniwrapper.DelegatingParameter
a, acceptIOPerformer, b, getDataBuffer, getDataBufferOffset, getLength, getValueObject, pop, push, read, setDataBuffer, setValueObject, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SHCONTF_FOLDERS

public static final int SHCONTF_FOLDERS
See Also:
Constant Field Values

SHCONTF_NONFOLDERS

public static final int SHCONTF_NONFOLDERS
See Also:
Constant Field Values

SHCONTF_INCLUDEHIDDEN

public static final int SHCONTF_INCLUDEHIDDEN
See Also:
Constant Field Values

SHCONTF_INIT_ON_FIRST_NEXT

public static final int SHCONTF_INIT_ON_FIRST_NEXT
See Also:
Constant Field Values

SHCONTF_NETPRINTERSRCH

public static final int SHCONTF_NETPRINTERSRCH
See Also:
Constant Field Values

SHCONTF_SHAREABLE

public static final int SHCONTF_SHAREABLE
See Also:
Constant Field Values

SHCONTF_STORAGE

public static final int SHCONTF_STORAGE
See Also:
Constant Field Values
Constructor Detail

SHCONTF

public SHCONTF()

SHCONTF

public SHCONTF(long val)

SHCONTF

public SHCONTF(com.jniwrapper.IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class com.jniwrapper.Int