Steamworks.NativeMethods.ISteamApps_GetAppInstallDir C# (CSharp) Method

ISteamApps_GetAppInstallDir() private method

private ISteamApps_GetAppInstallDir ( AppId_t appID, IntPtr pchFolder, uint cchFolderBufferSize ) : uint
appID AppId_t
pchFolder System.IntPtr
cchFolderBufferSize uint
return uint
		public static extern uint ISteamApps_GetAppInstallDir(AppId_t appID, IntPtr pchFolder, uint cchFolderBufferSize);
NativeMethods