GEMB_R Enumeration

详细描述

Return values for GeOutString() .

Enumerations

enum   GEMB_R {
   V_UNDEFINED ,
   V_OK ,
   V_CANCEL ,
   V_ABORT ,
   V_RETRY ,
   V_IGNORE ,
   V_YES ,
   V_NO
}

函数

enum GEMB_R   MAXON_ENUM_LIST ( GEMB_R )

Enumeration Type Documentation

◆  GEMB_R

enum GEMB_R
strong
Enumerator
V_UNDEFINED 

Undefined.

V_OK 

OK button.

V_CANCEL 

Cancel button.

V_ABORT 

Abort button.

V_RETRY 

Retry button.

V_IGNORE 

Ignore button.

V_YES 

Yes button.

V_NO 

No button.

Function Documentation

◆  MAXON_ENUM_LIST()

enum GEMB_R MAXON_ENUM_LIST ( GEMB_R   )