Steamworks.NativeMethods.ISteamRemoteStorage_UGCRead C# (CSharp) Method

ISteamRemoteStorage_UGCRead() private method

private ISteamRemoteStorage_UGCRead ( UGCHandle_t hContent, [ pvData, int cubDataToRead, uint cOffset, EUGCReadAction eAction ) : int
hContent UGCHandle_t
pvData [
cubDataToRead int
cOffset uint
eAction EUGCReadAction
return int
		public static extern int ISteamRemoteStorage_UGCRead(UGCHandle_t hContent, [In, Out] byte[] pvData, int cubDataToRead, uint cOffset, EUGCReadAction eAction);
NativeMethods