2 references to SysAllocStringLen
mscorlib (2)
system\runtime\interopservices\marshal.cs (1)
2206
IntPtr bstr = Win32Native.
SysAllocStringLen
(s, s.Length);
system\security\securestring.cs (1)
493
ptr = Win32Native.
SysAllocStringLen
(null, length);