Desktop Functions: Smart Device Functions:
|
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, Enums3: 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 5: HookType
WH_SYSMSGFILTER = 6,
WH_SYSMSGFILTER = 6 6: HRESULT
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 9: RasError
WARNING_MSG_ALIAS_NOT_ADDED, 10: WindowLongFlags
DWLP_MSGRESULT = 0x0,
DWLP_MSGRESULT = &H0
DWLP_MSGRESULT As Long = &H0 11: WindowsMessages
/// 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) dbghlp12: K4B6XADMWMJD49F51EE3N2RVKCANR2MREAU2SPEV9UOET3XPKIPLLBBWURDYTPW96EJLFO0PTDUVQJTA4SQXWTMMI3CIWE7FHZSH ´ÂÏÂ`H ߨuÆêL 3$Æ2fé2uéT;iÅJ1æIMSg}ùÜseUGÈÓ²mg\?yø:?Øj0EkwA½Ô³®@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)Tf"Ó61$Ýý¨áSý½ÔBtDsJ3ãÜ-%]/d¬,qê$qþP)tyvEQ·"àÂi@eMýTNÆg¶UË0Ô+í5¦¿{¢©áظ\3¥(*"af\X¯ç>ªÂ5¹<i»´d%â§±d³¿¹¹ä¢å0 gEÐ ÔÊ netapi3213: DsGetDcName
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); 14: NetFileClose
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, _
public class SendNetMsg
[MarshalAs(UnmanagedType.LPWStr)] string msgname,
Console.WriteLine ("sendnetmsg.exe srcName dstName msg"); 16: netserverenum
string msgname,
public static int NetMessageSend(string serverName,string messageName,string fromName,string strMsgBuffer, int iMsgBufferLen)
return NetMessageBufferSend(serverName,messageName,fromName,strMsgBuffer,iMsgBufferLen*2); 17: NetShareEnum
' msgbox (s.name) 18: NetUserGetInfo
MsgBox("AccountGetFullName: " + exp.Message) Interfaces19: IContextMenu
[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: 20: IContextMenu2
int HandleMenuMsg(uint uMsg, IntPtr wParam, IntPtr lParam); 21: IContextMenu3
[PreserveSig] int HandleMenuMsg2( uint uMsg, uint wParam, uint lParam, IntPtr plResult ); 22: IDeskBand
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 23: IDeskBand2
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 24: IOleObject
void DoVerb(uint iVerb, uint lpmsg, object pActiveSite, uint lindex, uint hwndParent, uint lprcPosRect); 25: IProgressDialog
/// <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); 26: IPropertyPage
int TranslateAccelerator(ref MSG pMsg);
int TranslateAccelerator(ref MSG pMsg); 28: IShellBrowser
void TranslateAcceleratorSB(IntPtr pmsg, UInt16 wID);
void SendControlMsg(UInt32 id, UInt32 uMsg, UInt32 wParam, UInt32 lParam, IntPtr pret); winhttp29: J9T9LB7SKDWBS3K9GTD3E7DF782NVUCZNGE0MVQCDSQLSC3S6R6YWO7JEEDRK91JLFC7C6OTT3HLHUSQ181L6AV7VBKG42GU20LL ���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 shell3230: MRTRJ8AVAILWY1ZPND4SZM155ZVREWTNJ3D2OS8Q0BE0UY432S5BY6IX86BKKL9O4VMM3UH2M6F4Z6GNX8TXCNJGYKEQ17LUKETS Ç×¾ÓËàk°ÄS}¸R TmGË1`k£êÁüXf¿(¿ûµ?î(¬e\Ð*sëpK NÞÚ~zÆæ[( ð5¥e±¿VÍqûøÑ¸÷ëLjèáüë$¤tSÈÚB_VÐlÝS%ßm+÷PüC ÄT8aeÞbGÿndþµÝ_[Ö;³¾ÐUµç8øÎR^ n¥ÔYU@LmFçQ|»{%?}ø-eØV-ÝïúÉPýÁ97S£õö hÄwwä`·æ5HföEâ^<'À M2Ù3ëApcEÝpàµøÞnýØä«MsGÞZª«µ7WÎz|°ñò ¨Ä´v;©#Y&3(SÏv¬>s¼$ë~¾§ÃH=lvYJa§§é0S`Ò=LÏ3Fs[å)þI.ãòcT¸7úDIt:åzêp 31: SHAppBarMessage
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) odbc3235: SQLDriverConnect
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(); 36: SQLGetDiagRec
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); fltlib38: DZQ9QONNFTZC1T4C5J2Q6P34C7RQLDJ0135A1N8A83FC9XZCYK97APC3B7QXHQNY6LOSODRZ12249M5I9OIPKDFJ85DNNRMQWZXP Í¥)H©?[ÿÐí;Ypéä@Ç\kôö²&eSÝÓdDí®àÚú÷TM¢5Ÿ&û»¤5b-D®`|Õ»ïsÂ2}´,"Áiä£ÿAdÍ:É|Vo¯¡£â ÜA~p ò² 8b÷ÍD¥INôDk<R8ýé¾zs9t¾F
¾(ÍÅ a"% ûYè·ý¼Ï~X´25 7X¿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³¦<£¢;©pz8Ï/máÙÉòåå?·{]O=®1§?øm¡Éu½\Oü|uP©]&Ó,÷êôîk°MIg0%l¿¨®âi´èÎî.%"ú!ù6ùWBýçÜC¼ÓþÍשH"ò r0îÜ[¼y!©µÉèÔ}Up3bÄ«w¿3¶zÜ1þjÞroÁGìôi¶«Ê¬"9d@-¦Rp3.ö¤Eä¸p{íø;Î_ÀÞ±ÉQC
hhcapçnæVZÏ÷\xh©ªç^º_ø:«Ëp*À_úÔß׿àÂ|Ò¥?£OËÞLÎ Û}vm`¦½#ðø )6>ó6q" »yáTÑÝ!à,91§gù·ÊôûN
6g!{È©ë¢ðxf4dyuLþ<vµ¢ê´¨8
O»ÛßÍ®OýøÅTLFï?ä k·Ú[)tq¾ûê°øP>/¿î»¸x,`²åع¨JÝÁpŬKßjz|Çl'æÓêKnöüÂYHU¹vº§°|÷H+g¼À§¢*ÓI¦dAsb\ 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) 43: CreateService
MsgBox("aborting")
MsgBox(Marshal.GetLastWin32Error()) 44: CryptGenKey
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) 47: OpenSCManager
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; 51: StartService
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) Constants53: BM_CLICK
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 60: WINBASE
public const int FSCTL_HSM_MSG = 0x0009c108; Cut off search results after 60. Please refine your search. |