FPCRefs.RemoveSpecified
Method
Removes an object identified by its properties.
VBScript Syntax[VBScript]
FPCRefs.RemoveSpecified ( sName, sApplicationFilterGuid, ItemScope )
C++ Syntax[C++]
HRESULT RemoveSpecified(
BSTR sName,
BSTR sApplicationFilterGuid,
FpcItemScope ItemScope
);
Parameters
- sName
- Required. String that specifies the name of the object to be
removed.
- sApplicationFilterGuid
- String that specifies the GUID of the application filter if the
object being removed represents an application filter
protocol.
- ItemScope
- A value from the FpcItemScope enumerated type.
Applies To
FPCRefs