Desktop Functions: Smart Device Functions:
|
GetPRocAddress (kernel32)
C# Signature:
[DllImport("kernel32.dll", CharSet=CharSet.Ansi, ExactSpelling=true)] User-Defined Types:None. Notes:GetProcAddress only comes in an ANSI flavor, hence we help the runtime by telling it to always use ANSI when marshalling the string parameter. We also prevent the runtime looking for a non-existent GetProcAddressA, because the default for C# is to set ExactSpelling to false. Tips & Tricks:Please add some! Sample Code:Please add some! Alternative Managed API:Do you know one? Please contribute it! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|