GetAllByMask Method

GetAllByMask Method

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Returns an array of index values of entities in a DACL object that match specified masks.

Applies To

DACL Object

Syntax

[JScript] NdxArray  objDACL.GetAllByMask(masks);

Parameters

  • masks
    An array of six hexadecimal values. Each mask is the access mask for the Access Control Entry (ACE).

Return Value

An array of returned index values.

Remarks

This method uses the HasMask Method to make comparisons.

Example

var ndxArray = objDacl.GetAllByMask([0x810, 0x3A, 0x0, 0x0, 0x40, 0x0]);

if(ndxArray.length<1){ //no one had those masks }

See Also

GetAllByEqualMask Method

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.