VSPROPSHEETPAGE.lParam Field
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.
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.
public: IntPtr lParam;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.LONG_PTR")]
public IntPtr lParam;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.LONG_PTR")>]
val mutable lParam : nativeint
Public lParam As IntPtr
Field Value
IntPtr
nativeint
- Attributes
Remarks
COM Signature
From vsshell.idl: