Steamworks.NativeMethods.ISteamAppList_GetAppName C# (CSharp) Method

ISteamAppList_GetAppName() private method

private ISteamAppList_GetAppName ( AppId_t nAppID, IntPtr pchName, int cchNameMax ) : int
nAppID AppId_t
pchName System.IntPtr
cchNameMax int
return int
		public static extern int ISteamAppList_GetAppName(AppId_t nAppID, IntPtr pchName, int cchNameMax);
NativeMethods