Steamworks.NativeMethods.ISteamApps_GetInstalledDepots C# (CSharp) Method

ISteamApps_GetInstalledDepots() private method

private ISteamApps_GetInstalledDepots ( AppId_t appID, [ pvecDepots, uint cMaxDepots ) : uint
appID AppId_t
pvecDepots [
cMaxDepots uint
return uint
		public static extern uint ISteamApps_GetInstalledDepots(AppId_t appID, [In, Out] DepotId_t[] pvecDepots, uint cMaxDepots);
NativeMethods