Steamworks.NativeMethods.ISteamRemoteStorage_GetFileNameAndSize C# (CSharp) Method

ISteamRemoteStorage_GetFileNameAndSize() private method

private ISteamRemoteStorage_GetFileNameAndSize ( int iFile, int &pnFileSizeInBytes ) : IntPtr
iFile int
pnFileSizeInBytes int
return IntPtr
		public static extern IntPtr ISteamRemoteStorage_GetFileNameAndSize(int iFile, out int pnFileSizeInBytes);
NativeMethods