NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DllImportAttribute.ExactSpelling

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;

See Also

DllImportAttribute Class | DllImportAttribute Members | System.Runtime.InteropServices Namespace