2 references to S_OK
System (2)
compmod\System\Runtime\InteropServices\StandardOleMarshalObject.cs (2)
48
if (NativeMethods.
S_OK
== UnsafeNativeMethods.CoGetStandardMarshal(ref riid, pUnk, dwDestContext, IntPtr.Zero, mshlflags, out pStandardMarshal))
68
return NativeMethods.
S_OK
;