Calling a DLL Function 

Although calling unmanaged DLL functions is nearly identical to calling other managed code, there are differences that can make DLL functions seem confusing at first. This section introduces topics that describe some of the unusual calling-related issues.

In This Section

  • Passing Structures
    Identifies the issues of passing data structures with a predefined layout.