Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ICustomQueryInterface.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
public
interface
ICustomQueryInterface
4
{
5
CustomQueryInterfaceResult
GetInterface
([In] ref
Guid
iid, out
IntPtr
ppv);
6
}
System.Runtime.InteropServices.ICustomQueryInterface.GetInterface
CustomQueryInterfaceResult GetInterface([In] ref Guid iid, out IntPtr ppv)
System.Runtime.InteropServices.ICustomQueryInterface
Definition
ICustomQueryInterface.cs:4
System.Runtime.InteropServices.CustomQueryInterfaceResult
CustomQueryInterfaceResult
Definition
CustomQueryInterfaceResult.cs:4
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.Guid
Definition
Guid.cs:15
System.IntPtr
Definition
IntPtr.cs:14
source
System.Private.CoreLib
System.Runtime.InteropServices
ICustomQueryInterface.cs
Generated by
1.10.0