Return the standard sockaddr structure represented by the DOFAddress.
- Note
- This returns a pointer to an internal copy of the sockaddr structure owned by the DOFAddress. It must not be used outside of the scope of the DOFAddress.
- Parameters
-
addr | The address. This should not be NULL. |
- Returns
- The standard sockaddr structure, or NULL if addr is NULL.