Steamworks.NativeMethods.ISteamRemoteStorage_UpdatePublishedFilePreviewFile C# (CSharp) Method

ISteamRemoteStorage_UpdatePublishedFilePreviewFile() private method

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