NativeMethods.SetWindowLong 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 int SetWindowLong(IntPtr hWnd, Microsoft::Crm::UnifiedServiceDesk::Dynamics::Controls::NativeMethods::WinUserConstant nIndex, System::UInt32 dwNewLong);
public static int SetWindowLong (IntPtr hWnd, Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.NativeMethods.WinUserConstant nIndex, uint dwNewLong);
static member SetWindowLong : nativeint * Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.NativeMethods.WinUserConstant * uint32 -> int
Public Shared Function SetWindowLong (hWnd As IntPtr, nIndex As NativeMethods.WinUserConstant, dwNewLong As UInteger) As Integer
Parameters
- hWnd
-
IntPtr
nativeint
- dwNewLong
- UInt32