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

◆ GetIUnknownImpl()

static void System.Runtime.InteropServices.ComWrappers.GetIUnknownImpl ( out IntPtr fpQueryInterface,
out IntPtr fpAddRef,
out IntPtr fpRelease )
inlinestaticprotected

Definition at line 194 of file ComWrappers.cs.

195 {
196 GetIUnknownImplInternal(out fpQueryInterface, out fpAddRef, out fpRelease);
197 }
static void GetIUnknownImplInternal(out IntPtr fpQueryInterface, out IntPtr fpAddRef, out IntPtr fpRelease)

References System.Runtime.InteropServices.ComWrappers.GetIUnknownImplInternal().