VSPROPSHEETPAGE::lParam Field
Visual Studio 2015
When the page is created, a copy of the page's VSPROPSHEETPAGE structure is passed to the dialog box procedure with a WM_INITDIALOG message. The lParam member is provided to allow you to pass application-specific information to the dialog box procedure. It has no effect on the page itself.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
public: [ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.LONG_PTR")] IntPtr lParam
Field Value
Type: System::IntPtrFrom vsshell.idl:
Show: