CoSwitchCallContext

[DllImport("ole32.dll", SetLastError = true)]
public static extern int CoSwitchCallContext(
   IUnknown pObject,
   out IUnknown ppOldObject
);

Microsoft documentation: Linkarrow-up-right

Last updated