Steamworks.NativeMethods.ISteamGameServerUGC_UpdateItemPreviewVideo C# (CSharp) Method

ISteamGameServerUGC_UpdateItemPreviewVideo() private method

private ISteamGameServerUGC_UpdateItemPreviewVideo ( UGCUpdateHandle_t handle, uint index, InteropHelp pszVideoID ) : bool
handle UGCUpdateHandle_t
index uint
pszVideoID InteropHelp
return bool
		public static extern bool ISteamGameServerUGC_UpdateItemPreviewVideo(UGCUpdateHandle_t handle, uint index, InteropHelp.UTF8StringHandle pszVideoID);
NativeMethods