|
SLPSrvTypeCallbackDeclarationtypedef SLPBoolean SLPSrvTypeCallback( SLPHandle hslp,const char* srvtypes, SLPError errcode, void* cookie ) DescriptionThe SLPSrvTypeCallback type is the type of the callback function passed as a parameter to the SLPFindSrvTypes() function. If the hslp parameter was opened asynchronously, the results returned through the callback may be uncollated. If the hslp handle parameter was opened synchronously, then the results will be collated to remove duplicates.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 |