91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.03M
    文件類型: .7z
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-26
  • 語言: C#
  • 標簽: C#??消息??

資源簡介

消息

資源截圖

代碼片段和文件信息

using?System;
using?System.Runtime.InteropServices;

namespace?發消息
{
????public?class?Test
????{
????????public?const?int?USER?=?0x500;
????????public?const?int?MYMESSAGE?=?USER?+?1;

????????public?struct?My_lParam
????????{
????????????public?int?i;
????????????public?string?s;
????????}

????????[DllImport(“User32.dll“?EntryPoint?=?“SendMessage“)]

????????private?static?extern?int?SendMessage(
????????????IntPtr?hWnd
????????????int?Msg
????????????int?wParam
????????????ref?My_lParam?lParam
????????????);

????????[DllImport(“User32.dll“?EntryPoint?=?“FindWindow“)]
????????private?extern?static?IntPtr?FindWindow(string?lpClassName?string?lpWindowName);

????????public?void?SendMessage()
????????{
????????????IntPtr?ptr?=?FindWindow(null?“Main“);//獲

評論

共有 條評論