System::Runtime::InteropServices::Marshal::StringToHGlobalAnsi methode
Marshal::StringToHGlobalAnsi method
Kopieert de inhoud van een opgegeven string naar niet-beheerd geheugen.
static IntPtr System::Runtime::InteropServices::Marshal::StringToHGlobalAnsi(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++