IWSDUdpAddress::GetSockaddr (Windows Embedded CE 6.0)
1/6/2010
This method gets the socket address information.
Syntax
HRESULT* GetSockaddr(
SOCKADDR_STORAGE* pSockAddr
);
Parameters
- pSockAddr
[out] Pointer to a SOCKADDR_STORAGE structure that contains the address information.
Return Value
The following table shows the possible error code return values.
Error code | Description |
---|---|
S_OK |
This method completed successfully. |
E_POINTER |
pSockAddr is NULL. |
E_FAIL |
The method failed. |
Requirements
Header | wsdapi.h |
Library | wsdapi.lib |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |