Share via


IPRcvBuf (Windows CE 5.0)

Send Feedback

This structure represents one buffer in a chain of buffers that corresponds to an IP packet.

typedef struct {struct IPRcvBuf* ipr_next;uintipr_reserved1;uchar* ipr_buffer;uintipr_size;uintipr_reserved2;} IPRcvBuf;

Members

  • ipr_next
    Pointer to an IPRcvBuf structure that represents the next buffer in the chain of buffers.
  • ipr_reserved1
    Reserved.
  • ipr_buffer
    Pointer to the buffer.
  • ipr_size
    Unsigned integer that specifies the size of the buffer.
  • ipr_reserved2
    Reserved.

Remarks

NAT editors should not modify fields in this structure directly. Instead, NAT editors should call the EditSession function to modify IP packet data.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Natedit.h.

See Also

EditSession

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.