Function ntapi::ntzwapi::ZwCreateNamedPipeFile
source · [−]pub unsafe extern "system" fn ZwCreateNamedPipeFile(
FileHandle: PHANDLE,
DesiredAccess: ULONG,
ObjectAttributes: POBJECT_ATTRIBUTES,
IoStatusBlock: PIO_STATUS_BLOCK,
ShareAccess: ULONG,
CreateDisposition: ULONG,
CreateOptions: ULONG,
NamedPipeType: ULONG,
ReadMode: ULONG,
CompletionMode: ULONG,
MaximumInstances: ULONG,
InboundQuota: ULONG,
OutboundQuota: ULONG,
DefaultTimeout: PLARGE_INTEGER
) -> NTSTATUS