NtQueryProcessInformation case needed by NT version of MSI

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

This patch enables MSI to get a little bit further (but still fails due
to the failure to close a thread token with value of 0xcafe).

Rob
--- newwine/dlls/ntdll/nt.c	Fri Dec 13 16:05:34 2002
+++ wine/dlls/ntdll/nt.c	Tue Mar 25 02:19:58 2003
@@ -166,6 +166,15 @@
 		else
 			ret = STATUS_INFO_LENGTH_MISMATCH;
 		break;
+	case ProcessWow64Information:
+		if (ProcessInformationLength == 4)
+		{
+			memset(ProcessInformation,0,ProcessInformationLength);
+			len = 4;
+		}
+		else
+			ret = STATUS_INFO_LENGTH_MISMATCH;
+		break;
 	default:
 		FIXME("(%p,0x%08x,%p,0x%08lx,%p),stub!\n",
 			ProcessHandle,ProcessInformationClass,

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux