System::Runtime::InteropServices::Marshal::StringToHGlobalUni 方法
Marshal::StringToHGlobalUni method
将指定字符串的内容复制到非托管内存。
static IntPtr System::Runtime::InteropServices::Marshal::StringToHGlobalUni(const String &s)
| 参数 | 类型 | 描述 |
|---|---|---|
| s | const String& | 要复制的字符串。 |
ReturnValue
非托管内存中的地址。
另见
- Class String
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Font for C++