Microsoft Internet Security and Acceleration Server 2004 SDK

IFPCSnapinPluginPolicy::IsApplicationFilterSelected[C++]

FPCSnapinPluginPolicy.IsApplicationFilterSelected [Visual Basic]

[C++]

The IsApplicationFilterSelected method verifies that any protocol applied to specified application filter is selected.

HRESULT IsApplicationFilterSelected(
  BSTR bstrAppFilterGuid
);

Parameters

bstrAppFilterGuid
[in] String containing the globally unique identifier (GUID) of the application filter to check in the form {12345678-1234-1234-1234-123456789ABC}. Note the presence of the braces normally used with GUIDs.

Return Values

This method can return one of the following:

[Visual Basic]

The IsApplicationFilterSelected method cannot be used in Visual Basic.

Sub IsApplicationFilterSelected( _
  ByVal bstrAppFilterGuid As String _
)

Parameters

bstrAppFilterGuid
[in] String containing the globally unique identifier (GUID) of the application filter to check in the form {12345678-1234-1234-1234-123456789ABC}. Note the presence of the braces normally used with GUIDs.

Return Values

This method has no return values. If the call is unsuccessful, an error is raised that can be intercepted by using an error handler.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCSnapinPluginPolicy