com.jniwrapper.win32.ole.types
Class OleCmd
java.lang.Object
  
com.jniwrapper.Parameter
      
com.jniwrapper.Structure
          
com.jniwrapper.win32.ole.types.OleCmd
- All Implemented Interfaces: 
 - AlignmentAwareParameter, CompositeParameter
 
- public class OleCmd
- extends Structure
  
This structure associates command flags from the OleCmdFlags
 enumeration with a command identifer. This corresponds to OLECMD
 native enumeration.
- See Also:
 - Microsoft
 COM SDK documentation
 
 
| Fields inherited from class com.jniwrapper.Structure | 
f | 
 
 
 
 
| Methods inherited from class com.jniwrapper.Structure | 
a, a, acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write | 
 
| Methods inherited from class com.jniwrapper.Parameter | 
, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getDataBuffer, getDataBufferOffset, hashCode, indent, read, read, toByteArray, write | 
 
| Methods inherited from class java.lang.Object | 
finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
 
OleCmd
public OleCmd()
OleCmd
public OleCmd(OleCmd that)
getCommandID
public int getCommandID()
 
setCommandID
public void setCommandID(int value)
 
getFlags
public OleCmdFlags getFlags()
 
clone
public java.lang.Object clone()