Steamworks.NativeMethods.ISteamRemoteStorage_UpdatePublishedFileDescription C# (CSharp) Method

ISteamRemoteStorage_UpdatePublishedFileDescription() private method

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