\n
Microsoft Invisible Computing

EndPair Concrete Class

Wrap some synchronization around mbufs.

Implements IEndpoint1 IEndpoint1

Subclass of CUnknown

Methods

Inherits CUnknown.QueryInterface
Inherits CUnknown.AddRef
Inherits CUnknown.Release
P0ReadAt implements IFile.ReadAt
Source in endpair.c

Synchronous read.

P0WriteAt implements IFile.WriteAt
Source in endpair.c

Synchronous write.

P0SetSize implements IFile.SetSize
Source in endpair.c

Set the file size.

P0GetSize implements IFile.GetSize
Source in endpair.c

Get the size of the file.

P0AllocateBuffer implements IEndpoint1.AllocateBuffer
Source in endpair.c

Create an IBuffer that works with the endpoint.

P0SendBuffer implements IEndpoint1.SendBuffer
Source in endpair.c

Send the contents of an IBuffer to given destination.

P0RecvBuffer implements IEndpoint1.RecvBuffer
Source in endpair.c

Receive from socket returning the origin and an IBuffer with data contents.

P0SetCondition implements IEndpoint1.SetCondition
Source in endpair.c

Another wait mechanism: declare interest in status changes in an endpoint. When something happens, the condition variable is signalled. This method should only be called once before sending or receiving data on the endpoint.

P1ReadAt implements IFile.ReadAt
Source in endpair.c

Synchronous read.

P1WriteAt implements IFile.WriteAt
Source in endpair.c

Synchronous write.

P1SetSize implements IFile.SetSize
Source in endpair.c

Set the file size.

P1GetSize implements IFile.GetSize
Source in endpair.c

Get the size of the file.

P1AllocateBuffer implements IEndpoint1.AllocateBuffer
Source in endpair.c

Create an IBuffer that works with the endpoint.

P1SendBuffer implements IEndpoint1.SendBuffer
Source in endpair.c

Send the contents of an IBuffer to given destination.

P1RecvBuffer implements IEndpoint1.RecvBuffer
Source in endpair.c

Receive from socket returning the origin and an IBuffer with data contents.

P1SetCondition implements IEndpoint1.SetCondition
Source in endpair.c

Another wait mechanism: declare interest in status changes in an endpoint. When something happens, the condition variable is signalled. This method should only be called once before sending or receiving data on the endpoint.

©2006 Microsoft Corporation. All rights reserved. Terms of Use Privacy Statement Accessibility End User License Agreement