com.jniwrapper.win32.ole.types
Class OleCmd

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.Structure
          extended bycom.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

Field Summary
 
Fields inherited from class com.jniwrapper.Structure
f
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
OleCmd()
           
OleCmd(OleCmd that)
           
 
Method Summary
 java.lang.Object clone()
           
 int getCommandID()
           
 OleCmdFlags getFlags()
           
 void setCommandID(int value)
           
 
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
 

Constructor Detail

OleCmd

public OleCmd()

OleCmd

public OleCmd(OleCmd that)
Method Detail

getCommandID

public int getCommandID()

setCommandID

public void setCommandID(int value)

getFlags

public OleCmdFlags getFlags()

clone

public java.lang.Object clone()