|
SLPSrvURLCallbackDeclarationtypedef SLPBoolean SLPSrvURLCallback( SLPHandle hslp,const char* srvurl, unsigned short lifetime, SLPError errcode, void* cookie ) DescriptionThe SLPSrvURLCallback type is the type of the callback function parameter to SLPFindSrvs() function. If the hslp handle parameter was opened asynchronously, the results returned through the callback MAY be uncollated.Parameters
ReturnsThe callback should return SLP_TRUE if more data is desired. The callback may continue to return SLP_TRUE until it is called with an errcode of SLP_LAST_CALL. If no more data is requested the callback should return SLP_FALSE.Status
See AlsoSyntax, Callbacks |