Microsoft Internet Security and Acceleration Server 2004 SDK

NonWindowsUsers Property of IFPCUserSet[C++]

FPCUserSet.NonWindowsUsers [Visual Basic]

[C++]

The NonWindowsUsers property gets an FPCNonWindowsUsers collection that contains the non-Active Directory authenticated users included in the user set.

HRESULT get_NonWindowsUsers(
  IFPCNonWindowsUsers** ppNonWindowsUsers
);

Parameters

ppNonWindowsUsers
Address of an interface pointer that on return points to an IFPCNonWindowsUsers interface that represents the collection of non-Active Directory authenticated users included in the user set.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. Non-Active Directory authenticated users can be added or removed from the collection by calling the methods of the IFPCNonWindowsUsers interface retrieved.

[Visual Basic]

The NonWindowsUsers property gets an FPCNonWindowsUsers collection that contains the non-Active Directory authenticated users included in the user set.

Property NonWindowsUsers As FPCNonWindowsUsers

Property Value

Reference to the FPCNonWindowsUsers collection for the user set.

Remarks

This property is read-only. Non-Active Directory authenticated users can be added or removed by calling the methods of the FPCNonWindowsUsers collection retrieved.

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

FPCUserSet