PFF_RESULTS Enumeration

Specifies persist file format results.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Public Enumeration PFF_RESULTS
public enum PFF_RESULTS
public enum class PFF_RESULTS
type PFF_RESULTS
public enum PFF_RESULTS

Members

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.

Remarks

COM Signature

From fpstfmt.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace