PFF_RESULTS Enumeration
Visual Studio 2015
Specifies persist file format results.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| STG_E_INVALIDCODEPAGE | The codepage specified for Ansi<->Unicode conversion is not valid on this system. The codepage may be a defined codepage, but the necessary NLS files may not be available to carry out the conversion. | |
| STG_E_NOTTEXT | The data is not text. It appears to be binary. | |
| STG_S_DATALOSS | The operation completed successfully, but some or all data was lost. For example, this code may be returned when converting from Unicode to ANSI and characters were mapped to the default character. SetErrorInfo is used by the IPersistFileFormat implementation to provide additional information. The caller should call GetErrorInfo to retrieve an informational message to display to the user. |
From fpstfmt.idl:
Show: