SimpleEditorView.FReserved1(UInt32, UInt32, IntPtr, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reserved method.
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
Parameters
- reserved
- UInt32
Reserved. Do not use.
- message
- UInt32
Reserved. Do not use.
- wParam
-
IntPtr
nativeint
Reserved. Do not use.
- lParam
-
IntPtr
nativeint
Reserved. Do not use.
Returns
Always true
.