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