Steamworks.NativeMethods.ISteamRemoteStorage_GetQuota C# (CSharp) 메소드

ISteamRemoteStorage_GetQuota() 개인적인 메소드

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