System::Runtime::InteropServices::Marshal::StringToHGlobalUni methode
Marshal::StringToHGlobalUni method
Kopieert de inhoud van een opgegeven string naar niet-beheerd geheugen.
static IntPtr System::Runtime::InteropServices::Marshal::StringToHGlobalUni(const String &s)
| Parameter | Type | Beschrijving |
|---|---|---|
| s | const String& | Een string die gekopieerd moet worden. |
ReturnValue
Het adres, in niet-beheerd geheugen.
Zie ook
- Class String
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++