|
SLP Data TypesSLPURLLifetimeAn enumerated type with a range of 0 - 65535. There are two defined values of:SLP_LIFETIME_DEFAULT 10800 SLPErrorAn enumerated type with a range of -26 - 1. See SLPError Codes for more detail.SLPBooleanA boolean value with one of the following values:SLP_FALSE 0 SLPSrvURLStructure that is used to index the parts of a parsed Service URL that is returned by SLPParseSrvURL(). The structure contains the following members.char* s_pcSrvTypeA pointer to a character string containing the service type name, including naming authority. The service type name includes the "service:" if the URL is of the service: scheme.char* s_pcHostA pointer to a character string containing the host identification information.int s_iPortThe port number, or zero if none. The port is only available if the transport is IPchar* s_pcNetFamilyA pointer to a character string containing the network address family identifier. Possible values are "ipx" for the IPX family, "at" for the Appletalk family, and "" (the empty string) for IP address family. OpenSLP only supports the IP address family.char* s_pcSrvPartThe remainder of the URL. SLPHandleThe SLPHandle type is returned by SLPOpen() and is a parameter to all SLP Functions. The type is opaque to the caller. |