Improve this Doc
View Source
Interface IOleCommandTarget
Namespace:Dapplo.HttpExtensions.Desktop
Assembly:Dapplo.HttpExtensions.dll
Syntax
public interface IOleCommandTarget
Methods
|
Improve this Doc
View Source
Exec(Guid, Int32, Int32, IntPtr, IntPtr)
Declaration
int Exec(Guid pguidCmdGroup, int nCmdId, int nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
Parameters
Type |
Name |
Description |
System.Guid |
pguidCmdGroup |
|
System.Int32 |
nCmdId |
|
System.Int32 |
nCmdexecopt |
|
System.IntPtr |
pvaIn |
|
System.IntPtr |
pvaOut |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
QueryStatus(Guid, Int32, IntPtr, IntPtr)
Declaration
int QueryStatus(Guid pguidCmdGroup, int cCmds, IntPtr prgCmds, IntPtr pCmdText)
Parameters
Type |
Name |
Description |
System.Guid |
pguidCmdGroup |
|
System.Int32 |
cCmds |
|
System.IntPtr |
prgCmds |
|
System.IntPtr |
pCmdText |
|
Returns
Type |
Description |
System.Int32 |
|