IUIHostLocale3.LoadDialog 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
LoadDialog(IntPtr, UInt32, IntPtr) | |
LoadDialog(UInt32, UInt32, IntPtr) |
LoadDialog(IntPtr, UInt32, IntPtr)
public:
int LoadDialog(IntPtr hMod, System::UInt32 dwDlgResId, [Runtime::InteropServices::Out] IntPtr % ppDlgTemplate);
public int LoadDialog (IntPtr hMod, uint dwDlgResId, out IntPtr ppDlgTemplate);
abstract member LoadDialog : nativeint * uint32 * nativeint -> int
Public Function LoadDialog (hMod As IntPtr, dwDlgResId As UInteger, ByRef ppDlgTemplate As IntPtr) As Integer
Parameters
- hMod
-
IntPtr
nativeint
- dwDlgResId
- UInt32
- ppDlgTemplate
-
IntPtr
nativeint
Returns
Implements
Remarks
This method is safe to access from any thread.
Applies to
LoadDialog(UInt32, UInt32, IntPtr)
public:
int LoadDialog(System::UInt32 hMod, System::UInt32 dwDlgResId, [Runtime::InteropServices::Out] IntPtr % ppDlgTemplate);
public int LoadDialog (uint hMod, uint dwDlgResId, out IntPtr ppDlgTemplate);
abstract member LoadDialog : uint32 * uint32 * nativeint -> int
Public Function LoadDialog (hMod As UInteger, dwDlgResId As UInteger, ByRef ppDlgTemplate As IntPtr) As Integer
Parameters
- hMod
- UInt32
- dwDlgResId
- UInt32
- ppDlgTemplate
-
IntPtr
nativeint