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!

CharSet Enumeration

[To be supplied.]

[Visual Basic]
Public Enum CharSet
[C#]
public enum CharSet
[C++]
public enum CharSet

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
Ansi Strings should be marshaled as ANSI 1-byte chars.
Auto Marshal string in the right way for the target system.
None User didn't specify how to marshal strings.
Unicode Strings should be marshaled as Unicode 2-byte chars.

Requirements

Namespace: System.Runtime.InteropServices

Assembly: mscorlib.dll

See Also

System.Runtime.InteropServices Namespace