zoukankan      html  css  js  c++  java
  • Windows API Reference for C#, VB.NET and VB6

    Windows API Reference for C#, VB.NET and VB6

    The Windows API (application programming interface) are the low level workings of Windows. It offers high performance, and lightweight code, but it is very sparsely documented for .NET programmers. This section provides a rough guide to the Win32 API from a C# and VB.NET developers perspective.

    This guide is not definitive, and will evolve with more content over time. Currently listed are over 1,600 Windows API functions. To use this guide, firstly expand the one of the libraries below by pressing the icon. Once you have found the function you are looking for, click on the library name itself.


    File, Memory, Process, Threading, Time, Console, and Comm control(kernel32.dll)



    Window handling, and Windows UI control(user32.dll)

    Graphics and Imaging(gdi32.dll)

    Audio, Video, and Joystick control(winmm.dll)

    Registry, Event Log, Authentication, and Services(advapi32.dll)

    Printing(winspool.drv)

    Asian charachter support(imm32.dll)

    Executing processes(shell32.dll)

    Winsock, windows berkley socket support(wsock32.dll)

    WNet* Instrumentation(mpr.dll)

    Common Dialog control(comdlg32.dll)

    Windows Network support(netapi32.dll)

    Windows Compression(lz32.dll)

    Common Controls(comctl32.dll)

    Versioning support(version.dll)

    Object linking and embedding(ole32.dll)

  • 相关阅读:
    INSERT INTO ON DUPLICATE KEY UPDATE
    page to frame
    指定人提交
    在结构体嵌入接口
    排序 /src/sort/zfuncversion.go:136
    Modification should be made to copies of the returned MD.
    setTimeout 定时器的编号 实际延时比设定值更久的原因:最小延迟时间
    IOPS(Input/Output Operations Per Second)是一个用于计算机存储设备(如硬盘(HDD)、固态硬盘(SSD)或存储区域网络(SAN))性能测试的量测方式,可以视为是每秒的读写次数。和其他性能测试一样,存储设备制造商提出的IOPS不保证就是实际应用下的性能。
    Working Around Memory Leaks in Your Django Application
    celery 内存泄露
  • 原文地址:https://www.cnblogs.com/wf225/p/981117.html
Copyright © 2011-2022 走看看