DeleteStaticService
[This is preliminary documentation and subject to change.]
The DeleteStaticService function deletes a static service from the table.
DWORD DeleteStaticService (
IN ULONG InterfaceIndex,
IN PIPX_STATIC_SERVICE_INFO ServiceEntry
);
Parameters
-
InterfaceIndex
-
A unique number that identifies the interface associated with the service intended for deletion.
-
ServiceEntry
-
Pointer to an IPX_STATIC_SERVICE_INFO structure containing the parameters of the static service intended for deletion.
Return Values
-
NO_ERROR
-
The service was deleted successfully.
-
ERROR_CAN_NOT_COMPLETE
-
The SAP Agent is down.
-
ERROR_INVALID_PARAMETER
-
One or more of the input parameters is invalid; for example,invalid interface index, or invalid fields in ServiceEntry.
QuickInfo
Windows NT: Use version 5.0 and later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in user-defined.
Import Library: user-defined.
See Also
CreateStaticService, IPX_STATIC_SERVICE_INFO