// PInvokeMap.cs // // This code was automatically generated from // ECMA CLI XML Library Specification. // Generator: libgen.xsl [1.0; (C) Sergey Chaban (serge@wildwestsoftware.com)] // Source file: all.xml // URL: http://devresource.hp.com/devresource/Docs/TechPapers/CSharp/all.xml // // (C) 2001 Ximian, Inc. http://www.ximian.com namespace System.Runtime.InteropServices { /// /// /// /// public enum PInvokeMap { /// /// NoMangle = 1, /// /// CharSetMask = 6, /// /// CharSetNotSpec = 0, /// /// CharSetAnsi = 2, /// /// CharSetUnicode = 4, /// /// CharSetAuto = 6, /// /// PinvokeOLE = 32, /// /// SupportsLastError = 64, /// /// CallConvMask = 1792, /// /// CallConvWinapi = 256, /// /// CallConvCdecl = 512, /// /// CallConvStdcall = 768, /// /// CallConvThiscall = 1024, /// /// CallConvFastcall = 1280, } // PInvokeMap } // System.Runtime.InteropServices