Steamworks.NativeMethods.ISteamUGC_SetReturnLongDescription C# (CSharp) Method

ISteamUGC_SetReturnLongDescription() private method

private ISteamUGC_SetReturnLongDescription ( UGCQueryHandle_t handle, [ bReturnLongDescription ) : bool
handle UGCQueryHandle_t
bReturnLongDescription [
return bool
		public static extern bool ISteamUGC_SetReturnLongDescription(UGCQueryHandle_t handle, [MarshalAs(UnmanagedType.I1)] bool bReturnLongDescription);
NativeMethods