TextViewCommandFilter.Exec(Guid, UInt32, UInt32, IntPtr, IntPtr) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
virtual int Exec(Guid % guidGroup, System::UInt32 nCmdId, System::UInt32 nCmdExcept, IntPtr vIn, IntPtr vOut);
public int Exec(ref Guid guidGroup, uint nCmdId, uint nCmdExcept, IntPtr vIn, IntPtr vOut);
abstract member Exec : Guid * uint32 * uint32 * nativeint * nativeint -> int
override this.Exec : Guid * uint32 * uint32 * nativeint * nativeint -> int
Public Function Exec (ByRef guidGroup As Guid, nCmdId As UInteger, nCmdExcept As UInteger, vIn As IntPtr, vOut As IntPtr) As Integer
參數
- guidGroup
- Guid
- nCmdId
- UInt32
- nCmdExcept
- UInt32
- vIn
-
IntPtr
nativeint
- vOut
-
IntPtr
nativeint