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.
Applies to: desktop apps only
The Add method creates a new FPCNetworkTemplate object in the collection and returns a reference to it.
Syntax
HRESULT Add(
[in] BSTR Name,
[in] BSTR XMLName,
[in] BSTR SmallBMPName,
[in] BSTR MediumBMPName,
[in] BSTR LargeBMPName,
[out] IFPCNetworkTemplate **ppNewNetworkTemplate
);
FPCNetworkTemplates.Add( _
ByVal Name As String, _
ByVal XMLName As String, _
ByVal SmallBMPName As String, _
ByVal MediumBMPName As String, _
ByVal LargeBMPName As String, _
ByRef ppNewNetworkTemplate As IFPCNetworkTemplate _
) As FPCNetworkTemplate
Parameters
Name [in]
C++ BSTR that specifies the name of the new network template. VB String that specifies the name of the new network template. XMLName [in]
C++ BSTR that specifies the name of the XML file for the new network template. The XML file specifies the network configuration and policies that will be defined in the new network template. VB String that specifies the name of the XML file for the new network template. The XML file specifies the network configuration and policies that will be defined in the new network template. SmallBMPName [in]
C++ BSTR that specifies the name of the small .bmp file for the new network template. VB String that specifies the name of the small .bmp file for the new network template. MediumBMPName [in]
C++ BSTR that specifies the name of the medium .bmp file for the new network template. VB String that specifies the name of the medium .bmp file for the new network template. LargeBMPName [in]
C++ BSTR that specifies the name of the large .bmp file for the new network template. VB String that specifies the name of the large .bmp file for the new network template. ppNewNetworkTemplate [out]
Address of an interface pointer that on return points to the new IFPCNetworkTemplate interface added.
Return value
C++
This method can return one of the following:
- S_OK, indicating that the operation succeeded.
- An error code, indicating that the operation failed. In this case, the [out] parameter returned is a null object.
VB
This method returns a reference to the FPCNetworkTemplate object added if the call is successful. Otherwise, an error is raised that can be intercepted by using an error handler.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
IDL |
Msfpccom.idl |
DLL |
Msfpccom.dll |
See also
Build date: 7/12/2010