Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 99 of file channel.c.
{ NTSTATUS Status; ChannelLockIBuffer(Channel); Status = Channel->IBufferWrite(Channel, Buffer, BufferSize); ChannelUnlockIBuffer(Channel); return Status; }