IVsCodeShareHandler.VBDialogBoxParam 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.
Overloads
VBDialogBoxParam(IntPtr, UInt32, IntPtr, IntPtr) | |
VBDialogBoxParam(UInt32, UInt32, UInt32, Int32) |
Method on internal interface. Do not use. |
VBDialogBoxParam(IntPtr, UInt32, IntPtr, IntPtr)
public:
int VBDialogBoxParam(IntPtr hinst, System::UInt32 dwId, IntPtr % pFARPROC, IntPtr lp);
public int VBDialogBoxParam (IntPtr hinst, uint dwId, ref IntPtr pFARPROC, IntPtr lp);
abstract member VBDialogBoxParam : nativeint * uint32 * nativeint * nativeint -> int
Public Function VBDialogBoxParam (hinst As IntPtr, dwId As UInteger, ByRef pFARPROC As IntPtr, lp As IntPtr) As Integer
Parameters
- hinst
-
IntPtr
nativeint
- dwId
- UInt32
- pFARPROC
-
IntPtr
nativeint
- lp
-
IntPtr
nativeint
Returns
Applies to
VBDialogBoxParam(UInt32, UInt32, UInt32, Int32)
Method on internal interface. Do not use.
public:
int VBDialogBoxParam(System::UInt32 hinst, System::UInt32 dwId, System::UInt32 % pFARPROC, int lp);
int VBDialogBoxParam(unsigned int hinst, unsigned int dwId, unsigned int & pFARPROC, int lp);
public int VBDialogBoxParam (uint hinst, uint dwId, ref uint pFARPROC, int lp);
abstract member VBDialogBoxParam : uint32 * uint32 * uint32 * int -> int
Public Function VBDialogBoxParam (hinst As UInteger, dwId As UInteger, ByRef pFARPROC As UInteger, lp As Integer) As Integer
Parameters
- hinst
- UInt32
[in]
- dwId
- UInt32
[in]
- pFARPROC
- UInt32
[in]
- lp
- Int32
int
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsCodeShareHandler::VBDialogBoxParam(
[in] HINSTANCE hinst,
[in] DWORD dwId,
[in] DWORD* pFARPROC, LPARAM lp
);