Steamworks.NativeMethods.ISteamRemoteStorage_UpdatePublishedFileSetChangeDescription C# (CSharp) Method

ISteamRemoteStorage_UpdatePublishedFileSetChangeDescription() private method

private ISteamRemoteStorage_UpdatePublishedFileSetChangeDescription ( PublishedFileUpdateHandle_t updateHandle, InteropHelp pchChangeDescription ) : bool
updateHandle PublishedFileUpdateHandle_t
pchChangeDescription InteropHelp
return bool
		public static extern bool ISteamRemoteStorage_UpdatePublishedFileSetChangeDescription(PublishedFileUpdateHandle_t updateHandle, InteropHelp.UTF8StringHandle pchChangeDescription);
NativeMethods