'Declaration Public Shared Function StringToHGlobalUni( _ ByVal s As System.String _ ) As System.IntPtr
public static System.IntPtr StringToHGlobalUni( System.string s )
Parameters
- s
- A managed string to be copied.
Return Value
The address, in unmanaged memory, to where s was copied, or IntPtr.Zero if s is null.