Steamworks.NativeMethods.Steam_RegisterInterfaceFuncs C# (CSharp) Method

Steam_RegisterInterfaceFuncs() private method

private Steam_RegisterInterfaceFuncs ( IntPtr hModule ) : void
hModule IntPtr
return void
		public static extern void Steam_RegisterInterfaceFuncs(IntPtr hModule);
NativeMethods