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)

  • 相关阅读:
    【有奖互动】3D内容平台开版啦,参与互动话题赢超值京东卡!
    HarmonyOS开发竟如此简单,九岁小朋友也能轻松上手
    HMS Core 5.3.0版本发布公告
    Web页面如何进行可视化埋点(二)
    在鸿蒙中实现类似瀑布流效果
    手把手教你快应用接入微信H5网页支付
    Scrcpy投屏真机到电脑 并集成DevEco真机调试 Mac系统下
    【软通动力】HarmonyOS三方件开发指南(6)-ActiveOhos_sqlite组件
    Web页面如何进行可视化埋点(一)
    HMS Core Insights第三期直播预告—— 当我们在谈论App的时候,我们还可以谈论什么?
  • 原文地址:https://www.cnblogs.com/wf225/p/981117.html
Copyright © 2011-2022 走看看