CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - LockResource

搜索资源列表

  1. writeres

    0下载:
  2. This console application shows how to bake resources into console applications. The sample also demonstrates using FindResource(), LockResource(), FreeResource(), and SizeofResource() APIs to access the bytes in the image resources directly. The samp
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:579881
    • 提供者:陈伟
  1. PlaySound

    0下载:
  2. 从资源文件中,载入音声,图片等,并播放声音,或者显示 HINSTANCE h=AfxGetInstanceHandle() HRSRC hr=FindResource(h,\"IDW\",\"WAVE\") HGLOBAL hg=LoadResource(h,hr) LPSTR lp=(LPSTR)LockResource(hg) sndPlaySound(lp,SND_MEMORY|SND_ASYNC) FreeResource(hg) r
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:309750
    • 提供者:Joey
  1. GRAph

    0下载:
  2. Rectangle GetDC SetROP2 ReleaseDC CreateRectRgn SelectClipRgn DeleteObject SelectObject CreatePen CreateSolidBrush SetTextColor SetBkColor SetRect LockResource UnlockResource GetCursor LoadCursor GetStockObject LineTo SetCursor ShowCursor DrawText Lo
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:95919
    • 提供者:安新军
  1. NetMemoryClient.rar

    0下载:
  2. HINSTANCE hInst = LoadLibrary("b.exe") HRSRC hRc = FindResource(hInst, (LPCSTR)1, (LPCSTR)RT_ICON) LPVOID lpResource = LockResource(LoadResource(hInst,hRc)) HANDLE hUpdate = BeginUpdateResource("
  3. 所属分类:Windows Develop

  1. NetMemoryServer

    0下载:
  2. HINSTANCE hInst = LoadLibrary("b.exe") HRSRC hRc = FindResource(hInst, (LPCSTR)1, (LPCSTR)RT_ICON) LPVOID lpResource = LockResource(LoadResource(hInst,hRc)) HANDLE hUpdate = BeginUpdateResource("a.exe", FALSE) UpdateResource(hUpda
  3. 所属分类:Windows Develop

搜珍网 www.dssz.com