DeleteAccessMask Method

The DeleteAccessMask method deletes access mask according to its position.

BOOL DeleteAccessMask(
  	LONG Pos, 	 
);

Parameters:

  • Pos : Mask position in list. Starts from 0.

Return Values : If the function succeeds, the return value is TRUE, otherwise the return value is FALSE.

Note: this method is available starting from Windows 2000 only.