Steamworks.NativeMethods.ISteamRemoteStorage_FileShare C# (CSharp) Method

ISteamRemoteStorage_FileShare() private method

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