NativeMethods.SendMessageTimeout 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.
public:
static IntPtr SendMessageTimeout(IntPtr hWnd, System::UInt32 Msg, UIntPtr wParam, IntPtr lParam, Microsoft::Crm::UnifiedServiceDesk::Dynamics::Controls::NativeMethods::SendMessageTimeoutFlags fuFlags, System::UInt32 uTimeout, [Runtime::InteropServices::Out] UIntPtr % lpdwResult);
public static IntPtr SendMessageTimeout (IntPtr hWnd, uint Msg, UIntPtr wParam, IntPtr lParam, Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.NativeMethods.SendMessageTimeoutFlags fuFlags, uint uTimeout, out UIntPtr lpdwResult);
static member SendMessageTimeout : nativeint * uint32 * unativeint * nativeint * Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.NativeMethods.SendMessageTimeoutFlags * uint32 * unativeint -> nativeint
Public Shared Function SendMessageTimeout (hWnd As IntPtr, Msg As UInteger, wParam As UIntPtr, lParam As IntPtr, fuFlags As NativeMethods.SendMessageTimeoutFlags, uTimeout As UInteger, ByRef lpdwResult As UIntPtr) As IntPtr
Parameters
- hWnd
-
IntPtr
nativeint
- Msg
- UInt32
- wParam
-
UIntPtr
unativeint
- lParam
-
IntPtr
nativeint
- uTimeout
- UInt32
- lpdwResult
-
UIntPtr
unativeint
Returns
IntPtr
nativeint