--- trunk/reactos/subsys/win32k/ntuser/csr.c 2005-08-11 09:07:48 UTC (rev 17281)
+++ trunk/reactos/subsys/win32k/ntuser/csr.c 2005-08-11 09:19:10 UTC (rev 17282)
@@ -54,8 +54,8 @@
return STATUS_INVALID_PORT_HANDLE;
}
- Request->Header.DataSize = sizeof(CSR_API_MESSAGE) - LPC_MESSAGE_BASE_SIZE;
- Request->Header.MessageSize = sizeof(CSR_API_MESSAGE);
+ Request->Header.u1.s1.DataLength = sizeof(CSR_API_MESSAGE) - LPC_MESSAGE_BASE_SIZE;
+ Request->Header.u1.s1.TotalLength = sizeof(CSR_API_MESSAGE);
/* Switch to the process in which the WindowsApiPort handle is valid */
OldProcess = PsGetCurrentProcess();