Ανάγνωση στα Αγγλικά

Κοινή χρήση μέσω


__PROMPTONLOADFLAGS Enum

Definition

Flags to prompt user for an encoding on an open with specified codepage.

This enumeration supports a bitwise combination of its member values.

C++/CX
public enum class __PROMPTONLOADFLAGS
Inheritance
__PROMPTONLOADFLAGS
Attributes

Fields

Name Value Description
codepageNoPrompt 0

Prompt user.

codepagePrompt 1

Do not prompt user.

Remarks

Should only be used by editor factories supporting this kind of operation.

COM Signature

From textmgr.idl:

cpp#
enum __PROMPTONLOADFLAGS {    
    codepageNoPrompt = 0x000000000,  
    codepagePrompt = 0x000000001  
    };  
typedef DWORD PROMPTONLOADFLAGS;  

Applies to

Προϊόν Εκδόσεις
Visual Studio SDK 2015, 2017, 2019, 2022