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.
The RDC_ErrorCode enumeration type defines the set of RDC-specific error codes.
Syntax
typedef enum __MIDL___MIDL_itf_msrdc_0000_0000_0001 {
RDC_NoError = 0,
RDC_HeaderVersionNewer,
RDC_HeaderVersionOlder,
RDC_HeaderMissingOrCorrupt,
RDC_HeaderWrongType,
RDC_DataMissingOrCorrupt,
RDC_DataTooManyRecords,
RDC_FileChecksumMismatch,
RDC_ApplicationError,
RDC_Aborted,
RDC_Win32Error
} RDC_ErrorCode;
Constants
RDC_NoErrorValue: 0 The operation was completed successfully. |
RDC_HeaderVersionNewerThe data header is incompatible with this library. |
RDC_HeaderVersionOlderThe data header is incompatible with this library. |
RDC_HeaderMissingOrCorruptThe data header is missing or corrupt. |
RDC_HeaderWrongTypeThe data header format is incorrect. |
RDC_DataMissingOrCorruptThe end of data was reached before all data expected was read. |
RDC_DataTooManyRecordsAdditional data was found past where the end of data was expected. |
RDC_FileChecksumMismatchThe final file checksum doesn't match. |
RDC_ApplicationErrorAn application callback function returned failure. |
RDC_AbortedThe operation was aborted. |
RDC_Win32ErrorThe failure of the function is not RDC-specific and the HRESULT returned by the function contains the specific error code. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | msrdc.h |