hslp |
The language specific SLPHandle to use for deleting
attributes. |
srvurl |
The SLP Service URL of the registered service to delete attributes
from. May not be the empty string. May not be NULL. Must
conform to SLP Service URL syntax or SLP_INVALID_REGISTRATION
will be returned. See Syntax for more
information on SLP Service URL syntax. |
attrs |
A comma separated list of attribute ids to be deleted from the registration.
May not be the empty string. May not be NULL. |
callback |
The address of an SLPRegReport
function that will be called to report the operation completion status.
May not be NULL. See Callbacks for more information
on how callbacks are used by the SLPAPI. |
cookie |
Pointer to memory that gets passed to the callback code.
May be NULL. |