[DllImport("oleaut32.dll", SetLastError = true)] public static extern int VarBstrFromDisp( IntPtr pdispIn, int lcid, uint dwFlags, out IntPtr pbstrOut );
Microsoft documentation: Link
Last updated 1 year ago