Steamworks.NativeMethods.ISteamRemoteStorage_UpdatePublishedFileTags C# (CSharp) Method

ISteamRemoteStorage_UpdatePublishedFileTags() private method

private ISteamRemoteStorage_UpdatePublishedFileTags ( PublishedFileUpdateHandle_t updateHandle, IntPtr pTags ) : bool
updateHandle PublishedFileUpdateHandle_t
pTags IntPtr
return bool
		public static extern bool ISteamRemoteStorage_UpdatePublishedFileTags(PublishedFileUpdateHandle_t updateHandle, IntPtr pTags);
NativeMethods