Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "MSG" in [All]

gdi32

.

    private static extern int SendMessage(IntPtr hWnd, WindowsMessages wMsg, IntPtr wParam, IntPtr lParam);

oleacc

.

uint nMsg = RegisterWindowMessage("WM_HTML_GETOBJECT");

.

if ( SendMessageTimeout(hWnd, nMsg, UIntPtr.Zero, IntPtr.Zero,

Enums

3: DLGC
.

    /// <summary> Control processes the message in the MSG structure that lParam points to. </summary>

.

    MSGFLTINFO_NONE = 0,

.

    MSGFLTINFO_ALREADYALLOWED_FORWND,

.

    MSGFLTINFO_ALREADYDISALLOWED_FORWND,

.

    MSGFLTINFO_ALLOWED_HIGHER

.

     WH_SYSMSGFILTER = 6,

.

     WH_SYSMSGFILTER = 6

.

    public const int CRYPT_E_MSG_ERROR = unchecked((int)0x80091001);

.

    public const int CRYPT_E_INVALID_MSG_TYPE = unchecked((int)0x80091004);

.

    public const int CRYPT_E_STREAM_MSG_NOT_READY = unchecked((int)0x80091010);

.

    public const int CRYPT_E_UNEXPECTED_MSG_TYPE = unchecked((int)0x8009200A);

.

    public const int CRYPT_E_BAD_MSG = unchecked((int)0x8009200D);

.

    Public Const CRYPT_E_MSG_ERROR As Integer = CInt(&H80091001UI)

.

    Public Const CRYPT_E_INVALID_MSG_TYPE As Integer = CInt(&H80091004UI)

.

    Public Const CRYPT_E_STREAM_MSG_NOT_READY As Integer = CInt(&H80091010UI)

.

    Public Const CRYPT_E_UNEXPECTED_MSG_TYPE As Integer = CInt(&H8009200aUI)

.

    Public Const CRYPT_E_BAD_MSG As Integer = CInt(&H8009200dUI)

.

    MSGFLT_RESET = 0,

.

    MSGFLT_ALLOW,

.

    MSGFLT_DISALLOW

.
Summary
Queue status flags for GetQueueStatus() and MsgWaitForMultipleObjects()
.

        WARNING_MSG_ALIAS_NOT_ADDED,

.

     DWLP_MSGRESULT = 0x0,

.

     DWLP_MSGRESULT = &H0

.

     DWLP_MSGRESULT As Long = &H0

.

    /// The WM_CTLCOLORMSGBOX message is sent to the owner window of a message box before Windows draws the message box. By responding to this message, the owner window can set the text and background colors of the message box by using the given display device context handle.

.

    CTLCOLORMSGBOX = 0x0132,

.

    '''The WM_CTLCOLORMSGBOX message is sent to the owner window of a message box before Windows draws the message box. By responding to this message the owner window can set the text and background colors of the message box by using the given display device context handle.

.

    WM_CTLCOLORMSGBOX = &H132

.

            if(m.Msg == WM_SYSCOMMAND)

dbghlp

.

´˜Â‰ÏÂ`H ߨuƖêL3$ƀ2fé2uéT•;i˜ÅJ1ˆæIMSg}ùÜseUG‹ÈÓ²mg\?yø:?Øj‹Š0Ekw‰A½†Ô³®@7•¾Ž¤Á™æ{혻l6å“èý M°ÒÕê æuë^wÀ11³è÷,ÁëªËdÅ&û±qYT€ÈÚôTçYneÅåãøîêáFuǍuëèöÀµ,MÎNCÝ.è•5†ä‘[GæÈî oªpâ'“,™!хM_≾„¶”§ÔœD ­à¾BՅ:{ç=ãávc$î´Ö¼ëE}Ûmyý’-›RFÐÐQqý¼¥èÜù Œß͖CÍÀš#ßgGþf¿CË%Õ§¥5ðU§|Ä$£ÓZ3Š©¬¶.²³¿6\¤o ÑþBôáLÔ5ûŒ«.G,gÂØõðˆ ¦`¯qæPbwòE)ˆT—fž"Ó61$Ýý¨áSý½ÔBtDŒsJ„3ã܌€-%]/d‘¬,qêŒ$œqþP)tyvEQ‡·"àÂi@e‹MýTN‹Æg¶U Ë0Ô+í5¦¿{¢©áظ\3¥‡(*"af\ŽX¯‰ç>ªÂ5¹<i»´d%â§±d³¿¹¹ä¢å0 gEÐÔÊ

netapi32

.

    string msg = "Forest : " + domainInfo.DnsForestName  + "\r\n";

.

    msg += "DC-Site: " + domainInfo.DomainControllerName + "\r\n";

.

    msg += " Client: " + domainInfo.ClientSiteName + "\r\n";

.

    System.Windows.Forms.MessageBox.Show ( msg);

.

    If MsgBox("Are you sure you want to disconnect this resource?", MsgBoxStyle.YesNo) = MsgBoxResult.Yes Then

.

    [MarshalAs(UnmanagedType.LPWStr)] string msgname,

.

    ''' <param name="msgname">Pointer to a constant string that specifies the message alias to which the message buffer should be sent.</param>

.

    <MarshalAs(UnmanagedType.LPWStr)> ByVal msgname As String, _

.
Usage
sendnetmsg.exe srcName dstName message
.

public class SendNetMsg

.

        [MarshalAs(UnmanagedType.LPWStr)] string msgname,

.

        Console.WriteLine ("sendnetmsg.exe srcName dstName msg");

.

            string msgname,

.

        public static int NetMessageSend(string serverName,string messageName,string fromName,string strMsgBuffer, int iMsgBufferLen)

.

            return NetMessageBufferSend(serverName,messageName,fromName,strMsgBuffer,iMsgBufferLen*2);

.

' msgbox (s.name)

.

        MsgBox("AccountGetFullName: " + exp.Message)

Interfaces

.

        [PreserveSig] int HandleMenuMsg2( uint uMsg, uint wParam, uint lParam, IntPtr plResult );

.

Make sure your object explicitly lists all the IContextMenu interfaces or the shell may never call IContextMenu3.HandleMenuMsg2. For example:

.

    int HandleMenuMsg(uint uMsg, IntPtr wParam, IntPtr lParam);

.

        [PreserveSig] int HandleMenuMsg2( uint uMsg, uint wParam, uint lParam, IntPtr plResult );

.

    Public Overridable Sub UIActivateIO(fActivate As Int32, ByRef Msg As MSG) Implements IInputObject.UIActivateIO

.

    ''' <param name="msg"></param>

.

    Public Overridable Function TranslateAcceleratorIO(ByRef msg As MSG) As Int32 Implements IInputObject.TranslateAcceleratorIO

.

    If msg.message = &H100 Then

.

        If msg.wParam = CUInt(Keys.Tab) OrElse msg.wParam = CUInt(Keys.F6) Then

.

    Sub UIActivateIO(fActivate As Int32, ByRef msg As MSG)

.

    Function TranslateAcceleratorIO(ByRef msg As MSG) As Int32

.

Public Structure MSG

.

    Public Overridable Sub UIActivateIO(fActivate As Int32, ByRef Msg As MSG) Implements IInputObject.UIActivateIO

.

    ''' <param name="msg"></param>

.

    Public Overridable Function TranslateAcceleratorIO(ByRef msg As MSG) As Int32 Implements IInputObject.TranslateAcceleratorIO

.

    If msg.message = &H100 Then

.

        If msg.wParam = CUInt(Keys.Tab) OrElse msg.wParam = CUInt(Keys.F6) Then

.

    Sub UIActivateIO(fActivate As Int32, ByRef msg As MSG)

.

    Function TranslateAcceleratorIO(ByRef msg As MSG) As Int32

.

Public Structure MSG

.

     void DoVerb(uint iVerb, uint lpmsg, object pActiveSite, uint lindex, uint hwndParent, uint lprcPosRect);

.

        /// <param name="pwzCancelMsg">A pointer to a null-terminated Unicode string that contains the message to be displayed.</param>

.

        void SetCancelMsg(

.

            [MarshalAs(UnmanagedType.LPWStr)] string pwzCancelMsg, //LPCWSTR

.

pd.SetCancelMsg("Please wait while the operation is cancelled", null);

.

    int TranslateAccelerator(ref MSG pMsg);

.

MSG

.

    int TranslateAccelerator(ref MSG pMsg);

.

MSG

.

    void TranslateAcceleratorSB(IntPtr pmsg, UInt16 wID);

.

    void SendControlMsg(UInt32 id, UInt32 uMsg, UInt32 wParam, UInt32 lParam, IntPtr pret);

winhttp

.

���D�#G(�x�7���&ކ��>�����4�б���i yj]"��� =�� 0y�j)�J�.�{���<y��,Y?�f�z�KՆJN�e�Kyn #H��qX.���z� hd?�@<��D�D��H6MsG(����� B�Fc:����5v�o�;�6�L*���T�|�^v�TuJ��������H-E����e�3��&6�ES8��e�¼��r�pli����bxit0��3i3���M������ eʠ��h\Ɗhw�Q|WFK�ȚJM

shell32

.

dž׾ÓËàk˜°ÄS}¸R TŒmGË1`Ÿk™£êÁüXf¿(¿ûœµ?Šî(¬e\Ð*sëpKNÞÚ~zÆæ[(…ð5¥e±¿VÍqûøÑ¸÷ëLjèáüë$¤”†tŠSÈÚB_V‘ÐlÝS­%ßm+÷Pü‡C…ÄT8žŽaeÞbŠGÿndþµÝ_[Ö;³¾ÐUµç8øŒÎR^ n¥ÔYU@LmFŒçœQ|»{%?}ø-e؟V-ÝššïúÉPýÁ97S£ŒžõŠö hÄwwä`·æ5­–HföEâ^<'À ‰M2Ù3ë‚A–pc‚EÝpàµøÞný؃ ä«MsGŸÞZª«µ7W™“Îz‘|°ñò— ¨Ä ´v;©#Y&—3(SÏv¬>s¼›$ë”~¾§ÃH=lvYJa§§é0S` Ò=LÏ3Fs[å)þ I.ã•òcT ¸­‚7úDIt:åzêp

.

    Public Enum ABMsg

.

    Private Shared Function RegisterWindowMessage(ByVal msg As String) As Integer

.

    Dim ret As Long = SHAppBarMessage(CType(ABMsg.ABM_NEW, Integer), abd)

.

    SHAppBarMessage(ABMsg.ABM_REMOVE, abd)

.

    SHAppBarMessage(CType(ABMsg.ABM_QUERYPOS, Integer), abd)

.

    SHAppBarMessage(CType(ABMsg.ABM_SETPOS, Integer), abd)

.

    lRet = SHAppBarMessage(ABMsg.ABM_SETAUTOHIDEBAR, abd)

.

    Dim msg As New StringBuilder

.

        state = SHAppBarMessage(CType(ABMsg.ABM_GETSTATE, Integer), ABD)

.

        hWndAppBar = SHAppBarMessage(CType(ABMsg.ABM_GETAUTOHIDEBAR, Integer), ABD)

.

        tsize = SHAppBarMessage(CType(ABMsg.ABM_GETTASKBARPOS, Integer), ABD)

.

        public static extern IntPtr SendMessage(HandleRef hWnd, uint Msg, int wParam, IntPtr lParam);

.

        public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, string lParam);

.

        public delegate int BrowseCallBackProc(IntPtr hwnd, int msg, IntPtr lp, IntPtr wp);

.

        public int OnBrowseEvent(IntPtr hWnd, int msg, IntPtr lp, IntPtr lpData)

.

            switch(msg)

.

            uint wMsg,

.

            uint wMsg,

.

    MsgBox(fileP.ToString)

odbc32

.

                string msg  = GetError(IntPtr.Zero) + "\nconnection string:\n\t" + connstr;

.

                throw new Exception(msg);

.

        StringBuilder msg   = new StringBuilder(256);

.

            msg,

.

            (short) msg.Capacity,

.

            string err = msg.ToString();

.

   StringBuilder errorMsg, short errorMsgMax, out short errorMsgLength);

.

    ByVal errorMsg As Text.StringBuilder, ByVal errorMsgMax As Short, ByRef errorMsgLength As Short) As Short

ntdll

.

            out DateTime creationTime, out DateTime lastAccessTime, out DateTime lastWriteTime, out DateTime changeTime, out ulong fileAttributes, out string errMsg) {

.

        errMsg = string.Empty;

.

            errMsg = ex.Message;

.

        string errMsg;

.

        brc = Nt.GetFourFileTimes(path2file, out creationTime, out lastAccessTime, out lastWriteTime, out changeTime, out fileAttributesAfter, out errMsg);

.

            Trace.WriteLine("Error: " + errMsg);

fltlib

.

Í¥)H©?[ÿÐí;YpŽéä@Ç­\kôö˜²&eSÝÓdDí­®àÚú÷TM¢5„Ÿ&û†»¤5b-D®`|Õ»ïsÂ2}´,"Áiä£ÿAd͑‘:É|Vo¯¡‚£âÜA~pò˜‘² 8b÷ÍD¥INôDk<R8ýé¾zs9 t†¾F…¾(ÍÅa"‹™%ûYè·ý„¼Ï~X´‹2•57X¿I]&¢ ¼å ³v_È` ztä&g];[T¦P $Ó8Ù&×n"Oè|4³. ï*è÷%=´í>‹‡k9ô´CRzÞwƇMSg. ‚ë¡ì¬°¶"ݑ/ö1,„/b~סAä¬jhéŒdQK*Q×),)J7ZËâEïCôz£ÍˆJ…þ*ì†hδÃ9$} ú'©ò"wX³´à‚äÙkq³„¦<£¢;©pz‰8Ï/máÙÉòåŽå?·{]O =®1§?øm¡Éu½­\€œOü|u P©•]&Ó,÷êôîk™°MI“g0%l¿¨®€âi´èÎî.%"ú‘!ù6ˆùWBýçܖC¼ÓþÍשH"òœ r0 ƒ€îÜ[­¼y!©µ–Éè‘Ô}Up3bÄ«w¿3¶zÜ1þjÞroÁGìôi¶«Ê¬"9d@-¦’Rpœ3.ö¤Eä¸p{íø;Î_ÀÞ±ÉQC…h‡hcapçnæV‡ZÏ÷\xh©ªç^º_ø:«Ëp* ­À_úÔß׿ˆàÂ|Ò¥?£O˕ÞLÎ Û}švm`¦½#ðø )6>ó6q" ­»yáTÑÝ!à,91§g‚ù·ÊôûN…6g!{È©ë¢ðxf4dyu’’Lþ<vµ¢ê´¨8… O‚»š‘Ûߔͮ’Oý›øŊTLFï?•ä k·Ú[)tq¾‹ûê°øPž>/¿î—»¸xž,`²åع¨JÝÁpŬKßjz|ǀl'æÓêKnöüÂYHU¹vº§°|÷‘H+g¼À§¢*ÓI¦dAsb\ 6ˆOÞ 4[¤Îy¼‘úÊV…3 oæàë‡j»,„BRìôèGÍf¤R·[I«ÓM ¬rG¼êè

advapi32

.

        MsgBox("Yikes, couldn't create the Local Admininstrator Group's SID")

.

        failureActions.lpRebootMsg = "";

.

        failureActions.lpRebootMsg = "";

.

        MsgBox("Couldn't validate user with provided credentials")

.

        MsgBox("Yikes, couldn't impersonate the user")

.

        MsgBox("Yikes, couldn't create the Local Admininstrator Group's SID")

.

        MsgBox("Yikes, couldn't check membership")

.

    MsgBox("IsAdmin=" & IsAdmin)

.

        MsgBox("aborting")

.

        MsgBox(Marshal.GetLastWin32Error())

.

    ALG_CLASS_MSG_ENCRYPT = (2 << 13),

.

    CALG_SSL3_MASTER = (CryptAlgClass.ALG_CLASS_MSG_ENCRYPT | CryptAlgType.ALG_TYPE_SECURECHANNEL | CryptAlgSID.ALG_SID_SSL3_MASTER),

.

    CALG_SCHANNEL_MASTER_HASH = (CryptAlgClass.ALG_CLASS_MSG_ENCRYPT | CryptAlgType.ALG_TYPE_SECURECHANNEL | CryptAlgSID.ALG_SID_SCHANNEL_MASTER_HASH),

.

    CALG_SCHANNEL_MAC_KEY = (CryptAlgClass.ALG_CLASS_MSG_ENCRYPT | CryptAlgType.ALG_TYPE_SECURECHANNEL | CryptAlgSID.ALG_SID_SCHANNEL_MAC_KEY),

.

    CALG_SCHANNEL_ENC_KEY = (CryptAlgClass.ALG_CLASS_MSG_ENCRYPT | CryptAlgType.ALG_TYPE_SECURECHANNEL | CryptAlgSID.ALG_SID_SCHANNEL_ENC_KEY),

.

    CALG_PCT1_MASTER = (CryptAlgClass.ALG_CLASS_MSG_ENCRYPT | CryptAlgType.ALG_TYPE_SECURECHANNEL | CryptAlgSID.ALG_SID_PCT1_MASTER),

.

    CALG_SSL2_MASTER = (CryptAlgClass.ALG_CLASS_MSG_ENCRYPT | CryptAlgType.ALG_TYPE_SECURECHANNEL | CryptAlgSID.ALG_SID_SSL2_MASTER),

.

    CALG_TLS1_MASTER = (CryptAlgClass.ALG_CLASS_MSG_ENCRYPT | CryptAlgType.ALG_TYPE_SECURECHANNEL | CryptAlgSID.ALG_SID_TLS1_MASTER),

.

        MsgBox("Error logging on")

.

           msgBox(Sid)

.

    MsgBox(scHandle.ToString)

.

        Console.WriteLine( "Reboot message: {0}", failureActions.lpRebootMsg );

.

        public string lpRebootMsg;

.

        Console.WriteLine( "Reboot message: {0}", failureActions.lpRebootMsg );

.

        public string lpRebootMsg;

.

        public string lpRebootMsg;

.

        MsgBox("The service control manager could not be opened!", MsgBoxStyle.Critical)

.

        MsgBox("The service could not be opened!", MsgBoxStyle.Critical)

.

        MsgBox("The service could not be started!", MsgBoxStyle.Critical)

.

        MsgBox(ex.Message)

.

        MsgBox(ex.Message)

Constants

.

LRESULT APIENTRY buttonPlsVisibleProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam)

.

    switch (Msg) {

.

    return CallWindowProc(buttonPlsVisible_proc, hWnd, Msg, wParam, lParam);

54: CB_
.

    /*  CB_MSGMAX    = 354*/

.

public const int CB_MSGMAX        = 354;

.

    Public Const CB_MSGMAX As Integer = 354

.

The value of CB_MSGMAX may change depending on the version of windows

.

     DWLP_MSGRESULT = 0,

56: MAPI
.

  public const uint MAPI_LONG_MSGID = 0x00004000;

.

    Public Const MAPI_LONG_MSGID As UInteger = &H4000

57: NERR_
.

        public const int MsgAlreadyStarted = 2271;

.

        public const int MsgInitFailed = 2272;

.

        public const int GrpMsgProcessor = 2280;

.

        public const int MsgNotStarted = 2284;

58: TCM_
.

    // (HIMAGELIST)SNDMSG((hwnd), TCM_GETIMAGELIST, 0, 0L)

.

    // (HIMAGELIST)SNDMSG((hwnd), TCM_SETIMAGELIST, 0, (LPARAM)(UINT)(HIMAGELIST)(himl))

.

    // (int)SNDMSG((hwnd), TCM_GETITEMCOUNT, 0, 0L)

.

    // (BOOL)SNDMSG((hwnd), TCM_GETITEM, (WPARAM)(int)iItem, (LPARAM)(TC_ITEM FAR*)(pitem))

.

    // (BOOL)SNDMSG((hwnd), TCM_SETITEM, (WPARAM)(int)iItem, (LPARAM)(TC_ITEM FAR*)(pitem))

.

    // (int)SNDMSG((hwnd), TCM_INSERTITEM, (WPARAM)(int)iItem, (LPARAM)(const TC_ITEM FAR*)(pitem))

.

    // (BOOL)SNDMSG((hwnd), TCM_DELETEITEM, (WPARAM)(int)(i), 0L)

.

    // (BOOL)SNDMSG((hwnd), TCM_DELETEALLITEMS, 0, 0L)

.

    // (BOOL)SNDMSG((hwnd), TCM_GETITEMRECT, (WPARAM)(int)(i), (LPARAM)(RECT FAR*)(prc))

.

    // (int)SNDMSG((hwnd), TCM_GETCURSEL, 0, 0)

.

    // (int)SNDMSG((hwnd), TCM_SETCURSEL, (WPARAM)i, 0)

.

    // (int)SNDMSG((hwndTC), TCM_HITTEST, 0, (LPARAM)(TC_HITTESTINFO FAR*)(pinfo))

.

    // (BOOL)SNDMSG((hwndTC), TCM_SETITEMEXTRA, (WPARAM)(cb), 0L)

.

    // (int)SNDMSG(hwnd, TCM_ADJUSTRECT, (WPARAM)(BOOL)bLarger, (LPARAM)(RECT FAR *)prc)

.

    // (DWORD)SNDMSG((hwnd), TCM_SETITEMSIZE, 0, MAKELPARAM(x,y))

.

    //     (void)SNDMSG((hwnd), TCM_REMOVEIMAGE, i, 0L)

.

    //     (void)SNDMSG((hwnd), TCM_SETPADDING, 0, MAKELPARAM(cx, cy))

.

    //     (int)SNDMSG((hwnd), TCM_GETROWCOUNT, 0, 0L)

.

    // (int)SNDMSG((hwnd), TCM_GETCURFOCUS, 0, 0)

.

    // SNDMSG((hwnd),TCM_SETCURFOCUS, i, 0)

.

    //     (int)SNDMSG((hwnd), TCM_SETMINTABWIDTH, 0, x)

.

    //     (void)SNDMSG((hwnd), TCM_DESELECTALL, fExcludeFocus, 0)

.

    // (BOOL)SNDMSG((hwnd), TCM_HIGHLIGHTITEM, (WPARAM)i, (LPARAM)MAKELONG (fHighlight, 0))

.

    //     (DWORD)SNDMSG((hwnd), TCM_SETEXTENDEDSTYLE, 0, dw)

.

    //     (DWORD)SNDMSG((hwnd), TCM_GETEXTENDEDSTYLE, 0, 0)

.

    '     (HIMAGELIST)SNDMSG((hwnd), TCM_GETIMAGELIST, 0, 0L)

.

    '     (HIMAGELIST)SNDMSG((hwnd), TCM_SETIMAGELIST, 0, (LPARAM)(UINT)(HIMAGELIST)(himl))

.

    '     (int)SNDMSG((hwnd), TCM_GETITEMCOUNT, 0, 0L)

.

    '     (BOOL)SNDMSG((hwnd), TCM_GETITEM, (WPARAM)(int)iItem, (LPARAM)(TC_ITEM FAR*)(pitem))

.

    '     (BOOL)SNDMSG((hwnd), TCM_SETITEM, (WPARAM)(int)iItem, (LPARAM)(TC_ITEM FAR*)(pitem))

.

    '     (int)SNDMSG((hwnd), TCM_INSERTITEM, (WPARAM)(int)iItem, (LPARAM)(const TC_ITEM FAR*)(pitem))

.

    '     (BOOL)SNDMSG((hwnd), TCM_DELETEITEM, (WPARAM)(int)(i), 0L)

.

    '     (BOOL)SNDMSG((hwnd), TCM_DELETEALLITEMS, 0, 0L)

.

    '     (BOOL)SNDMSG((hwnd), TCM_GETITEMRECT, (WPARAM)(int)(i), (LPARAM)(RECT FAR*)(prc))

.

    '     (int)SNDMSG((hwnd), TCM_GETCURSEL, 0, 0)

.

    '     (int)SNDMSG((hwnd), TCM_SETCURSEL, (WPARAM)i, 0)

.

    '     (int)SNDMSG((hwndTC), TCM_HITTEST, 0, (LPARAM)(TC_HITTESTINFO FAR*)(pinfo))

.

    '     (BOOL)SNDMSG((hwndTC), TCM_SETITEMEXTRA, (WPARAM)(cb), 0L)

.

    '     (int)SNDMSG(hwnd, TCM_ADJUSTRECT, (WPARAM)(BOOL)bLarger, (LPARAM)(RECT FAR *)prc)

.

    '     (DWORD)SNDMSG((hwnd), TCM_SETITEMSIZE, 0, MAKELPARAM(x,y))

.

    '     (void)SNDMSG((hwnd), TCM_REMOVEIMAGE, i, 0L)

.

    '     (void)SNDMSG((hwnd), TCM_SETPADDING, 0, MAKELPARAM(cx, cy))

.

    '     (int)SNDMSG((hwnd), TCM_GETROWCOUNT, 0, 0L)

.

    '     (int)SNDMSG((hwnd), TCM_GETCURFOCUS, 0, 0)

.

    '     SNDMSG((hwnd),TCM_SETCURFOCUS, i, 0)

.

    '     (int)SNDMSG((hwnd), TCM_SETMINTABWIDTH, 0, x)

.

    '     (void)SNDMSG((hwnd), TCM_DESELECTALL, fExcludeFocus, 0)

.

    '     (BOOL)SNDMSG((hwnd), TCM_HIGHLIGHTITEM, (WPARAM)i, (LPARAM)MAKELONG (fHighlight, 0))

.

    '     (DWORD)SNDMSG((hwnd), TCM_SETEXTENDEDSTYLE, 0, dw)

.

    '     (DWORD)SNDMSG((hwnd), TCM_GETEXTENDEDSTYLE, 0, 0)

59: WA_
.

     if (m.Msg == Win32.WM_ACTIVATE && m.HWnd == f.Handle

.

public const int FSCTL_HSM_MSG = 0x0009c108;

Cut off search results after 60. Please refine your search.


 
Access PInvoke.net directly from VS: