Steamworks.NativeMethods.ISteamRemoteStorage_GetQuota C# (CSharp) Method

ISteamRemoteStorage_GetQuota() private method

private ISteamRemoteStorage_GetQuota ( ulong &pnTotalBytes, ulong &puAvailableBytes ) : bool
pnTotalBytes ulong
puAvailableBytes ulong
return bool
		public static extern bool ISteamRemoteStorage_GetQuota(out ulong pnTotalBytes, out ulong puAvailableBytes);
NativeMethods