Microsoft.Win32.Win32Native.CopyMemoryAnsi C# (CSharp) Method

CopyMemoryAnsi() private method

private CopyMemoryAnsi ( IntPtr pdst, String psrc, IntPtr sizetcb ) : void
pdst IntPtr
psrc String
sizetcb IntPtr
return void
        internal static extern void CopyMemoryAnsi(IntPtr pdst, String psrc, IntPtr sizetcb);

Same methods

Win32Native::CopyMemoryAnsi ( StringBuilder pdst, IntPtr psrc, IntPtr sizetcb ) : void