com.jniwrapper.win32.ole.types
Class OleCmdFlags
java.lang.Object
  
com.jniwrapper.Parameter
      
com.jniwrapper.DelegatingParameter
          
com.jniwrapper.ay
              
com.jniwrapper.Int
                  
com.jniwrapper.win32.com.types.ComEnumeration
                      
com.jniwrapper.win32.ole.types.OleCmdFlags
- All Implemented Interfaces: 
 - IntegerParameter
 
- public class OleCmdFlags
- extends ComEnumeration
  
Values of this enumeration designate support provided by an object for the
 command in OleCmd structure. This enumeration corresponds to
 OLECMDF native enumeration.
- See Also:
 - Microsoft
 COM SDK documentation
 
 
 
 
| 
Method Summary | 
 java.lang.Object | 
clone()
 
            | 
 
 
| 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 | 
 
OLECMDF_SUPPORTED
public static final int OLECMDF_SUPPORTED
- See Also:
 - Constant Field Values
 
OLECMDF_ENABLED
public static final int OLECMDF_ENABLED
- See Also:
 - Constant Field Values
 
OLECMDF_LATCHED
public static final int OLECMDF_LATCHED
- See Also:
 - Constant Field Values
 
OLECMDF_NINCHED
public static final int OLECMDF_NINCHED
- See Also:
 - Constant Field Values
 
OLECMDF_INVISIBLE
public static final int OLECMDF_INVISIBLE
- See Also:
 - Constant Field Values
 
OLECMDF_DEFHIDEONCTXTMENU
public static final int OLECMDF_DEFHIDEONCTXTMENU
- See Also:
 - Constant Field Values
 
OleCmdFlags
public OleCmdFlags()
OleCmdFlags
public OleCmdFlags(long val)
OleCmdFlags
public OleCmdFlags(IntegerParameter t)
clone
public java.lang.Object clone()