Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the access mode values for RDC file mapping objects.
Syntax
typedef enum __MIDL___MIDL_itf_msrdc_0000_0000_0010 {
RDCMAPPING_Undefined = 0,
RDCMAPPING_ReadOnly,
RDCMAPPING_ReadWrite
} RdcMappingAccessMode;
Constants
RDCMAPPING_UndefinedValue: 0 The mapping access mode is unknown. |
RDCMAPPING_ReadOnlySpecifies read-only access. |
RDCMAPPING_ReadWriteSpecifies read/write access. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | msrdc.h |