Steamworks.NativeMethods.ISteamUGC_SetItemPreview C# (CSharp) Method

ISteamUGC_SetItemPreview() private method

private ISteamUGC_SetItemPreview ( UGCUpdateHandle_t handle, InteropHelp pszPreviewFile ) : bool
handle UGCUpdateHandle_t
pszPreviewFile InteropHelp
return bool
		public static extern bool ISteamUGC_SetItemPreview(UGCUpdateHandle_t handle, InteropHelp.UTF8StringHandle pszPreviewFile);
NativeMethods