Steamworks.NativeMethods.ISteamFriends_EnumerateFollowingList C# (CSharp) Method

ISteamFriends_EnumerateFollowingList() private method

private ISteamFriends_EnumerateFollowingList ( uint unStartIndex ) : ulong
unStartIndex uint
return ulong
		public static extern ulong ISteamFriends_EnumerateFollowingList(uint unStartIndex);
#endregion
NativeMethods