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 |
|---|---|
|
The SAP Agent is down. |
|
One of the parameters is invalid. |
Requirements
| Minimum supported client | None supported |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Target Platform | Windows |
| Header | stm.h |