Microsoft Internet Security and Acceleration Server 2004 SDK

IFPCSessionsMonitor::ExecuteQuery[C++]

FPCSessionsMonitor.ExecuteQuery [Visual Basic]

[C++]

The ExecuteQuery method starts a new query using the specified filters on all servers in the array.

HRESULT ExecuteQuery(
  IFPCFilterExpressions* pFilter,
  long nBufferSize
);

Parameters

pFilter
[in] Pointer to an IFPCFilterExpressions interface that represents the collection of filters to be used in the query.
nBufferSize
[in] A 32-bit integer value that specifies the buffer size.

Return Values

This method returns S_OK if the call is successful; otherwise, it returns an error code.
[Visual Basic]

The ExecuteQuery method starts a new query using the specified filters on all servers in the array.

Sub ExecuteQuery( _
  ByRef Filter As FPCFilterExpressions, _
  ByVal nBufferSize As Long _
)

Parameters

Filter
[in] Reference to an FPCFilterExpressions collection that represents the filters to be used in the query.
nBufferSize
[in] A 32-bit integer value that specifies the buffer size.

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

FPCSessionsMonitor