advapi32: Fix ImpersonateNamedPipeClient to pass in a pointer to an IO_STATUS_BLOCK...
commitbcfe9544517f4a5045da87837e5da3c01c732e0d
authorRob Shearman <rob@codeweavers.com>
Thu, 13 Sep 2007 13:03:20 +0000 (13 14:03 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 14 Sep 2007 12:23:35 +0000 (14 14:23 +0200)
treec7eeff646178c5c8d8a8607c898c471ee31eeaa8
parent7d947c16cb13395dc67efba9f3016ab1af890dc6
advapi32: Fix ImpersonateNamedPipeClient to pass in a pointer to an IO_STATUS_BLOCK to NtFsControl.

Otherwise, NtFsControl file won't do anything except return STATUS_INVALID_PARAMETER.
dlls/advapi32/security.c