1 |
6.55116 |
access_type::access_type_read |
Int32 |
1 |
0x00000001 |
1 |
|
|
System.Int32 |
access_type_read = (1 << 0),
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\include\amprt.h(106,0) |
|
2 |
4.63237 |
access_type::access_type_read_write |
Int32 |
3 |
0x00000003 |
3 |
|
|
System.Int32 |
access_type_read_write = access_type_read | access_type_write,
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\include\amprt.h(108,0) |
|
3 |
3.82151 |
access_type |
Enum |
|
|
|
|
|
|
enum access_type
{
access_type_none = 0,
access_type_read = (1 << 0),
access_type_write = (1 << 1),
access_type_read_write = access_type_read | access_type_write,
access_type_auto = (1 << 31),
};
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\include\amprt.h(103,0) |
|