Set to true to indicate that the name of the entry point in the unmanaged dll should not be modified to correspond to the CharSet value specified in the CharSet field. If the field is not set, the letter A is appended to the method name when Ansi is used and the letter W is appended to the method name when Unicode is used. The default is false.
[Visual Basic] Public ExactSpelling As Boolean [C#] public bool ExactSpelling; [C++] public: bool ExactSpelling; [JScript] public var ExactSpelling : Boolean;
DllImportAttribute Class | DllImportAttribute Members | System.Runtime.InteropServices Namespace