Steamworks.NativeMethods.ISteamRemoteStorage_EnumeratePublishedWorkshopFiles C# (CSharp) Method

ISteamRemoteStorage_EnumeratePublishedWorkshopFiles() private method

private ISteamRemoteStorage_EnumeratePublishedWorkshopFiles ( EWorkshopEnumerationType eEnumerationType, uint unStartIndex, uint unCount, uint unDays, IntPtr pTags, IntPtr pUserTags ) : ulong
eEnumerationType EWorkshopEnumerationType
unStartIndex uint
unCount uint
unDays uint
pTags IntPtr
pUserTags IntPtr
return ulong
		public static extern ulong ISteamRemoteStorage_EnumeratePublishedWorkshopFiles(EWorkshopEnumerationType eEnumerationType, uint unStartIndex, uint unCount, uint unDays, IntPtr pTags, IntPtr pUserTags);
NativeMethods