PDELETE_STATIC_SERVICE callback function (stm.h)

The DeleteStaticService function deletes a static service from the table.

Syntax

PDELETE_STATIC_SERVICE PdeleteStaticService;

DWORD PdeleteStaticService(
  [in] ULONG InterfaceIndex,
       PIPX_SERVER_ENTRY ServerEntry
)
{...}

Parameters

[in] InterfaceIndex

Specifies a unique number that identifies the interface associated with the service intended for deletion.

ServerEntry

Return value

If the function succeeds, the return value is NO_ERROR.

If the function fails, the return value is one of the following error codes.

Value Description
ERROR_CAN_NOT_COMPLETE
The SAP Agent is down.
ERROR_INVALID_PARAMETER
One of the parameters is invalid.
 
 

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header stm.h

See also

CreateStaticService

IPX Service Table Management

IPX_STATIC_SERVICE_INFO

Service Table Management Functions