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_Undefined Value: 0 The mapping access mode is unknown. |
RDCMAPPING_ReadOnly Specifies read-only access. |
RDCMAPPING_ReadWrite Specifies read/write access. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Header | msrdc.h |