IVsUIDataConverter.get_ConvertibleFormats(UInt32, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the formats that can be converted by this convertor.
public:
int get_ConvertibleFormats([Runtime::InteropServices::Out] System::UInt32 % pdwDataFormatFrom, [Runtime::InteropServices::Out] System::UInt32 % pdwDataFormatTo);
public int get_ConvertibleFormats (out uint pdwDataFormatFrom, out uint pdwDataFormatTo);
abstract member get_ConvertibleFormats : uint32 * uint32 -> int
Public Function get_ConvertibleFormats (ByRef pdwDataFormatFrom As UInteger, ByRef pdwDataFormatTo As UInteger) As Integer
Parameters
- pdwDataFormatFrom
- UInt32
[out] Location to return a pointer to an array of data formats that this convertor can take as inputs.
- pdwDataFormatTo
- UInt32
[out] Location to return a pointer to an array of data formats that this convertor can output.
Returns
Returns S_OK if the format information was returned.