Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The BlockDeleteStaticServices function deletes all static services associated with a specified interface.
Syntax
PBLOCK_DELETE_STATIC_SERVICES PblockDeleteStaticServices;
DWORD PblockDeleteStaticServices(
[in] ULONG InterfaceIndex
)
{...}
Parameters
[in] InterfaceIndex
Specifies the unique number that identifies the interface associated with the services to be deleted.
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. |
|
The parameter 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 |