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

ISteamRemoteStorage_FileShare() 개인적인 메소드

private ISteamRemoteStorage_FileShare ( InteropHelp pchFile ) : ulong
pchFile InteropHelp
리턴 ulong
		public static extern ulong ISteamRemoteStorage_FileShare(InteropHelp.UTF8StringHandle pchFile);
NativeMethods