#include <PMFlavorTypes.h>
|
| bool16 | fCanDo |
| |
| ExternalPMFlavor | fFlavor |
| |
| PMFlavorFlags | fFlavorFlags |
| |
| PMFlavorPriority | fFlavorPriority |
| |
Class used to represent the response from an IDataExchangeHandler when asked whether external data could be converted to an internal format.
- See Also
- IDataExchangeHandler::CanInternalizeData
| DataExchangeResponse::DataExchangeResponse | ( | | ) | |
| inline |
Default constructor - creates a negative response
| DataExchangeResponse::DataExchangeResponse | ( | bool16 | canDo, | | | ExternalPMFlavor | flavor, | | | PMFlavorFlags | flavorFlags = kNormalFlavorFlag, | | | PMFlavorPriority | priority = kUnknownFlavorPriority | | ) | | |
| inline |
Constructor
- Parameters
| canDo | IN could the external data be converted to an internal format |
| flavor | IN which external data flavor the handler would convert |
| flavorFlags | IN flags associated with the flavor |
| priority | IN the flavor priority of the flavor the target as decided to accept |
| bool16 DataExchangeResponse::CanDo | ( | | ) | const |
| inline |
Can the data be converted?
| ExternalPMFlavor DataExchangeResponse::GetFlavor | ( | | ) | const |
| inline |
Which flavor will be converted?
| PMFlavorFlags DataExchangeResponse::GetFlavorFlags | ( | | ) | const |
| inline |
Flavor flags for the flavor to be converted.
| PMFlavorPriority DataExchangeResponse::GetFlavorPriority | ( | | ) | const |
| inline |
Priority of flavor to be converted.
Constant representing an invalid response.