INetFwRule::LocalPorts property
Specifies the list of local ports for this rule.
This property is read/write.
Syntax
HRESULT put_LocalPorts(
[in] BSTR portNumbers
);
HRESULT get_LocalPorts(
[out] BSTR *portNumbers
);
Property value
The list of local ports.
Error codes
If the method succeeds, the return value is S_OK.
If the method fails, the return value is one of the following error codes.
| Name | Meaning |
|---|---|
|
The operation was aborted due to permissions issues. |
|
The method failed due to an invalid parameter. |
|
The method was unable to allocate required memory. |
|
The method failed due to an invalid pointer. |
Remarks
This property is optional.
Also see the restrictions on changing properties described in the Remarks section of the INetFwRule interface page.
The Protocol property must be set before the LocalPorts property or an error will be returned.
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012