Steamworks.NativeMethods.ISteamApps_GetAppInstallDir C# (CSharp) 메소드

ISteamApps_GetAppInstallDir() 개인적인 메소드

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