Important: The information in this document is obsolete and should not be used for new development.
Sending DDP Datagrams
To send a DDP datagram to another socket, you must first open a socket with thePOpenSkt
function, prepare a write-data structure, and finally send the packet using thePWriteDDP
function described in this section. You can use theBuildDDPwds
procedure described in this section to create the write-data structure.
Subtopics
- PWriteDDP
- BuildDDPwds