public class IOleCommandTarget extends IUnknown
Constructor and Description |
---|
IOleCommandTarget(int address) |
Modifier and Type | Method and Description |
---|---|
int |
Exec(GUID pguidCmdGroup,
int nCmdID,
int nCmdExecOpt,
int pvaIn,
int pvaOut) |
int |
QueryStatus(GUID pguidCmdGroup,
int cCmds,
OLECMD prgCmds,
OLECMDTEXT pCmdText) |
AddRef, getAddress, QueryInterface, Release
public int Exec(GUID pguidCmdGroup, int nCmdID, int nCmdExecOpt, int pvaIn, int pvaOut)
public int QueryStatus(GUID pguidCmdGroup, int cCmds, OLECMD prgCmds, OLECMDTEXT pCmdText)