PFF_RESULTS Enum

Definition

Specifies persist file format results.

public enum class PFF_RESULTS
public enum class PFF_RESULTS
enum PFF_RESULTS
public enum PFF_RESULTS
type PFF_RESULTS = 
Public Enum PFF_RESULTS
Inheritance
PFF_RESULTS

Fields

STG_E_INVALIDCODEPAGE -2147286272

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 -2147286270

The data is not text. It appears to be binary.

STG_S_DATALOSS 197377

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(Int32, String, UInt32, String, String) is used by the IPersistFileFormat implementation to provide additional information. The caller should call GetErrorInfo(String) to retrieve an informational message to display to the user.

Remarks

COM Signature

From fpstfmt.idl:

Applies to