Microsoft SDK for Java

validAccessType

This method of the UserFileIOAccess Class determines whether the access flags in the specified integer are valid UserFileIOAccess flags.

Syntax

public static boolean validAccessType(int acc);

Return Value

Returns true if the access type is valid; otherwise, returns false.

Parameters

acc The access type that is checked for validity.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.