ISdpRecord::Walk (Compact 2013)
3/26/2014
This method walks the attributes in an SDP record, making callbacks to the ISdpWalk interface that is passed in. The application developer implements the ISdpWalk interface to perform a given task.
Syntax
HRESULT Walk(
ISdpWalk* pWalk
);
Parameters
- pWalk
[in] Pointer to an SDP record.
Return Value
Returns S_OK on success; otherwise returns standard HRESULT values as appropriate.