[]
        
(Showing Draft Content)

C1.Util.Win.Win32.SendMessageSetParaFormat

SendMessageSetParaFormat Method

SendMessageSetParaFormat(IntPtr, uint, uint, ref PARAFORMAT)

Declaration
public static extern IntPtr SendMessageSetParaFormat(IntPtr hWnd, uint wMsg, uint wParam, ref Win32.PARAFORMAT lParam)
Public Shared Function SendMessageSetParaFormat(hWnd As IntPtr, wMsg As UInteger, wParam As UInteger, ByRef lParam As Win32.PARAFORMAT) As IntPtr
Parameters
Type Name Description
IntPtr hWnd
uint wMsg
uint wParam
Win32.PARAFORMAT lParam
Returns
Type Description
IntPtr