The InsertAccessMask method inserts new access mask to position.
|
|||||||||||||||||
Parameters |
|||||||||||||||||
| Mask | |||||||||||||||||
|
String. Can contain wildcard characters.
|
|||||||||||||||||
Access |
||
| Grant/deny access (TRUE/FALSE) | ||
Pos |
||
| Mask position in list. Starts from 0. | ||
|
|
||
| If the function succeeds, the return value is TRUE, otherwise the return value is FALSE. | ||
Notes:
1) Access rights check is running in ascending order up to first mask match. Once the match is found according to Access status, VSP AX grants or denies port access to application. The rest of masks will not be checked.
2) Access is granted to all applications by default.
3) This method is available starting from Windows 2000 only.
See also:
AppendAccessMask method , GetAccessMask method, DeleteAccessMask method, ClearAccessMask method, AccessMaskCount property