CoRegisterSurrogate
[DllImport("ole32.dll", SetLastError = true)]
public static extern int CoRegisterSurrogate(
IAdviseSink pSurrogate,
out IntPtr ppErrorObj
);Last updated
[DllImport("ole32.dll", SetLastError = true)]
public static extern int CoRegisterSurrogate(
IAdviseSink pSurrogate,
out IntPtr ppErrorObj
);Last updated