In This Topic
Retrieves the low-order word from the specified value. This function handles the message parameters of window. See in MSDN which function used to process the message.
Syntax
'Declaration
Public Shared Function LOWORDU( _
ByVal As IntPtr _
) As Integer
public static int LOWORDU(
IntPtr
)
Parameters
- value
- The value to be converted.
Return Value
The return value is the low-order word of the specified value.
See Also