metodo System::Runtime::InteropServices::Marshal::StringToHGlobalUni
Marshal::StringToHGlobalUni method
Copia il contenuto di una stringa specificata nella memoria non gestita.
static IntPtr System::Runtime::InteropServices::Marshal::StringToHGlobalUni(const String &s)
| Parametro | Tipo | Descrizione |
|---|---|---|
| s | const String& | Una stringa da copiare. |
ReturnValue
L’indirizzo, nella memoria non gestita.
Vedi anche
- Class String
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Font for C++