Steamworks.NativeMethods.ISteamUGC_RemoveItemPreview C# (CSharp) Method

ISteamUGC_RemoveItemPreview() private method

private ISteamUGC_RemoveItemPreview ( UGCUpdateHandle_t handle, uint index ) : bool
handle UGCUpdateHandle_t
index uint
return bool
		public static extern bool ISteamUGC_RemoveItemPreview(UGCUpdateHandle_t handle, uint index);
NativeMethods