SimpleEditorView.FReserved1(UInt32, UInt32, IntPtr, IntPtr) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
保留方法。
public:
virtual int FReserved1(System::UInt32 reserved, System::UInt32 message, IntPtr wParam, IntPtr lParam);
public virtual int FReserved1 (uint reserved, uint message, IntPtr wParam, IntPtr lParam);
abstract member FReserved1 : uint32 * uint32 * nativeint * nativeint -> int
override this.FReserved1 : uint32 * uint32 * nativeint * nativeint -> int
Public Overridable Function FReserved1 (reserved As UInteger, message As UInteger, wParam As IntPtr, lParam As IntPtr) As Integer
参数
- reserved
- UInt32
保留。 请勿使用。
- message
- UInt32
保留。 请勿使用。
- wParam
-
IntPtr
nativeint
保留。 请勿使用。
- lParam
-
IntPtr
nativeint
保留。 请勿使用。
返回
总是为 true。