CoInitialize
[DllImport("ole32.dll", SetLastError = true)]
public static extern int CoInitialize(
IntPtr pvReserved
);Last updated
[DllImport("ole32.dll", SetLastError = true)]
public static extern int CoInitialize(
IntPtr pvReserved
);Last updated