SimpleEditorView::FReserved1 Method (UInt32, UInt32, IntPtr, IntPtr)

 

Reserved method.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual int FReserved1(
	unsigned int reserved,
	unsigned int message,
	IntPtr wParam,
	IntPtr lParam
)

Parameters

reserved
Type: System::UInt32

Reserved. Do not use.

message
Type: System::UInt32

Reserved. Do not use.

wParam
Type: System::IntPtr

Reserved. Do not use.

lParam
Type: System::IntPtr

Reserved. Do not use.

Return Value

Type: System::Int32

Always true.

Return to top
Show: