ImpersonateNamedPipeClient

[DllImport("Advapi32.dll", SetLastError = true)]
public static extern bool ImpersonateNamedPipeClient(
   IntPtr hNamedPipe
);

Microsoft documentation: Linkarrow-up-right

Last updated