Steamworks.NativeMethods.ISteamGameServerUGC_GetItemInstallInfo C# (CSharp) Method

ISteamGameServerUGC_GetItemInstallInfo() private method

private ISteamGameServerUGC_GetItemInstallInfo ( PublishedFileId_t nPublishedFileID, ulong &punSizeOnDisk, IntPtr pchFolder, uint cchFolderSize, uint &punTimeStamp ) : bool
nPublishedFileID PublishedFileId_t
punSizeOnDisk ulong
pchFolder System.IntPtr
cchFolderSize uint
punTimeStamp uint
return bool
		public static extern bool ISteamGameServerUGC_GetItemInstallInfo(PublishedFileId_t nPublishedFileID, out ulong punSizeOnDisk, IntPtr pchFolder, uint cchFolderSize, out uint punTimeStamp);
NativeMethods