Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ UnmarshalInterface()

int IMarshal. System.Runtime.InteropServices.StandardOleMarshalObject.UnmarshalInterface ( IntPtr pStm,
ref Guid riid,
out IntPtr ppv )
inlineprivate

Implements System.Runtime.InteropServices.IMarshal.

Definition at line 76 of file StandardOleMarshalObject.cs.

77 {
78 ppv = IntPtr.Zero;
79 return -2147467263;
80 }

References System.IntPtr.Zero.