Overload List
| Name | Description | |
|---|---|---|
| StringToNullTermAnsi(String, IntPtr) |
Copies the contents of a managed string into unmanaged memory,
converting into ANSI format as it copies and appends a null-terminator.
| |
| StringToNullTermAnsi(String, IntPtr, Boolean) |
Copies the contents of a managed string array into unmanaged memory,
converting each element into ANSI format as it copies and appends a null-terminator.
|
See Also