Steamworks.NativeMethods.ISteamRemoteStorage_UpdatePublishedFileDescription C# (CSharp) Метод

ISteamRemoteStorage_UpdatePublishedFileDescription() приватный Метод

private ISteamRemoteStorage_UpdatePublishedFileDescription ( PublishedFileUpdateHandle_t updateHandle, InteropHelp pchDescription ) : bool
updateHandle PublishedFileUpdateHandle_t
pchDescription InteropHelp
Результат bool
		public static extern bool ISteamRemoteStorage_UpdatePublishedFileDescription(PublishedFileUpdateHandle_t updateHandle, InteropHelp.UTF8StringHandle pchDescription);
NativeMethods