Uses of Class
com.jniwrapper.win32.ole.types.OleCmdExecOpt

Packages that use OleCmdExecOpt
com.jniwrapper.win32.automation This package provides interfaces, their implementaitons, utility classes and data types for working with Microsoft Automation. 
com.jniwrapper.win32.ole The com.jniwrapper.win32.mshtml package contains a number of interfaces that are used in the OLE technology. 
com.jniwrapper.win32.ole.impl The com.jniwrapper.win32.ole.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.ole package. 
 

Uses of OleCmdExecOpt in com.jniwrapper.win32.automation
 

Methods in com.jniwrapper.win32.automation with parameters of type OleCmdExecOpt
 void OleClientSiteImpl.exec(GUID pguidCmdGroup, Int32 nCmdID, OleCmdExecOpt nCmdexecopt, Variant pvaIn, Variant pvaOut)
           
 

Uses of OleCmdExecOpt in com.jniwrapper.win32.ole
 

Methods in com.jniwrapper.win32.ole with parameters of type OleCmdExecOpt
 void IOleCommandTarget.exec(GUID pguidCmdGroup, Int32 nCmdID, OleCmdExecOpt nCmdexecopt, Variant pvaIn, Variant pvaOut)
           
 

Uses of OleCmdExecOpt in com.jniwrapper.win32.ole.impl
 

Methods in com.jniwrapper.win32.ole.impl with parameters of type OleCmdExecOpt
 void IOleCommandTargetImpl.exec(GUID pguidCmdGroup, Int32 nCmdID, OleCmdExecOpt nCmdexecopt, Variant pvaIn, Variant pvaOut)