Steamworks.NativeMethods.ISteamAppList_GetNumInstalledApps C# (CSharp) Method

ISteamAppList_GetNumInstalledApps() private method

private ISteamAppList_GetNumInstalledApps ( ) : uint
return uint
		public static extern uint ISteamAppList_GetNumInstalledApps();
NativeMethods