CryptMemAlloc
[DllImport("Crypt32.dll", SetLastError = true)]
public static extern IntPtr CryptMemAlloc(
uint cbSize
);Last updated
[DllImport("Crypt32.dll", SetLastError = true)]
public static extern IntPtr CryptMemAlloc(
uint cbSize
);Last updated