cwbSV_DeleteServiceRecHandle

Purpose

This function deletes the service record object that is identified by the handle that is provided.

Syntax

 
unsigned int CWB_ENTRY cwbSV_DeleteServiceRecHandle(
                             cwbSV_ServiceRecHandle serviceRecHandle);

Parameters

cwbSV_ServiceRecHandle serviceRecHandle - input
Handle that was returned by a previous call to the cwbSV_CreateServiceRecHandle() function.

Return Codes

The following list shows common return values.

CWB_OK
Successful completion.
CWB_INVALID_HANDLE
Handle is not valid.

Usage

This call should be made when the handle is no longer needed.