_LIBCAT_CLASSACCESS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the ClassAccess mode of a library item.
public enum class _LIBCAT_CLASSACCESS
public enum class _LIBCAT_CLASSACCESS
enum _LIBCAT_CLASSACCESS
public enum _LIBCAT_CLASSACCESS
type _LIBCAT_CLASSACCESS =
Public Enum _LIBCAT_CLASSACCESS
- Inheritance
-
_LIBCAT_CLASSACCESS
Fields
Name | Value | Description |
---|---|---|
LCCA_PUBLIC | 1 | Library item is Public. |
LCCA_PRIVATE | 2 | Library item is Private. |
LCCA_PROTECTED | 4 | Library item is Protected. |
LCCA_PACKAGE | 8 | Library item is a Package. |
LCCA_FRIEND | 16 | Library item is a Friend. |
LCCA_SEALED | 32 | Library item is Sealed. |
Remarks
COM Signature
From vsshell.idl:
The environment calls GetCategoryField to retrieve the value assigned to a category of an object in an object list. Assign an appropriate value from this enumeration if the category requested is the value LC_CLASSACCESS.