Win32 API 日本語リファレンス
ホームDevices.Tapi › PHONE_BUTTON_FUNCTION

PHONE_BUTTON_FUNCTION

列挙型
基底型i4

メンバー 48

名前10進16進
PBF_UNKNOWN00x0
PBF_CONFERENCE10x1
PBF_TRANSFER20x2
PBF_DROP30x3
PBF_HOLD40x4
PBF_RECALL50x5
PBF_DISCONNECT60x6
PBF_CONNECT70x7
PBF_MSGWAITON80x8
PBF_MSGWAITOFF90x9
PBF_SELECTRING100xA
PBF_ABBREVDIAL110xB
PBF_FORWARD120xC
PBF_PICKUP130xD
PBF_RINGAGAIN140xE
PBF_PARK150xF
PBF_REJECT160x10
PBF_REDIRECT170x11
PBF_MUTE180x12
PBF_VOLUMEUP190x13
PBF_VOLUMEDOWN200x14
PBF_SPEAKERON210x15
PBF_SPEAKEROFF220x16
PBF_FLASH230x17
PBF_DATAON240x18
PBF_DATAOFF250x19
PBF_DONOTDISTURB260x1A
PBF_INTERCOM270x1B
PBF_BRIDGEDAPP280x1C
PBF_BUSY290x1D
PBF_CALLAPP300x1E
PBF_DATETIME310x1F
PBF_DIRECTORY320x20
PBF_COVER330x21
PBF_CALLID340x22
PBF_LASTNUM350x23
PBF_NIGHTSRV360x24
PBF_SENDCALLS370x25
PBF_MSGINDICATOR380x26
PBF_REPDIAL390x27
PBF_SETREPDIAL400x28
PBF_SYSTEMSPEED410x29
PBF_STATIONSPEED420x2A
PBF_CAMPON430x2B
PBF_SAVEREPEAT440x2C
PBF_QUEUECALL450x2D
PBF_NONE460x2E
PBF_SEND470x2F

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum PHONE_BUTTON_FUNCTION : int {
    PBF_UNKNOWN = 0,
    PBF_CONFERENCE = 1,
    PBF_TRANSFER = 2,
    PBF_DROP = 3,
    PBF_HOLD = 4,
    PBF_RECALL = 5,
    PBF_DISCONNECT = 6,
    PBF_CONNECT = 7,
    PBF_MSGWAITON = 8,
    PBF_MSGWAITOFF = 9,
    PBF_SELECTRING = 10,
    PBF_ABBREVDIAL = 11,
    PBF_FORWARD = 12,
    PBF_PICKUP = 13,
    PBF_RINGAGAIN = 14,
    PBF_PARK = 15,
    PBF_REJECT = 16,
    PBF_REDIRECT = 17,
    PBF_MUTE = 18,
    PBF_VOLUMEUP = 19,
    PBF_VOLUMEDOWN = 20,
    PBF_SPEAKERON = 21,
    PBF_SPEAKEROFF = 22,
    PBF_FLASH = 23,
    PBF_DATAON = 24,
    PBF_DATAOFF = 25,
    PBF_DONOTDISTURB = 26,
    PBF_INTERCOM = 27,
    PBF_BRIDGEDAPP = 28,
    PBF_BUSY = 29,
    PBF_CALLAPP = 30,
    PBF_DATETIME = 31,
    PBF_DIRECTORY = 32,
    PBF_COVER = 33,
    PBF_CALLID = 34,
    PBF_LASTNUM = 35,
    PBF_NIGHTSRV = 36,
    PBF_SENDCALLS = 37,
    PBF_MSGINDICATOR = 38,
    PBF_REPDIAL = 39,
    PBF_SETREPDIAL = 40,
    PBF_SYSTEMSPEED = 41,
    PBF_STATIONSPEED = 42,
    PBF_CAMPON = 43,
    PBF_SAVEREPEAT = 44,
    PBF_QUEUECALL = 45,
    PBF_NONE = 46,
    PBF_SEND = 47
} PHONE_BUTTON_FUNCTION;
public enum PHONE_BUTTON_FUNCTION : int
{
    PBF_UNKNOWN = 0,
    PBF_CONFERENCE = 1,
    PBF_TRANSFER = 2,
    PBF_DROP = 3,
    PBF_HOLD = 4,
    PBF_RECALL = 5,
    PBF_DISCONNECT = 6,
    PBF_CONNECT = 7,
    PBF_MSGWAITON = 8,
    PBF_MSGWAITOFF = 9,
    PBF_SELECTRING = 10,
    PBF_ABBREVDIAL = 11,
    PBF_FORWARD = 12,
    PBF_PICKUP = 13,
    PBF_RINGAGAIN = 14,
    PBF_PARK = 15,
    PBF_REJECT = 16,
    PBF_REDIRECT = 17,
    PBF_MUTE = 18,
    PBF_VOLUMEUP = 19,
    PBF_VOLUMEDOWN = 20,
    PBF_SPEAKERON = 21,
    PBF_SPEAKEROFF = 22,
    PBF_FLASH = 23,
    PBF_DATAON = 24,
    PBF_DATAOFF = 25,
    PBF_DONOTDISTURB = 26,
    PBF_INTERCOM = 27,
    PBF_BRIDGEDAPP = 28,
    PBF_BUSY = 29,
    PBF_CALLAPP = 30,
    PBF_DATETIME = 31,
    PBF_DIRECTORY = 32,
    PBF_COVER = 33,
    PBF_CALLID = 34,
    PBF_LASTNUM = 35,
    PBF_NIGHTSRV = 36,
    PBF_SENDCALLS = 37,
    PBF_MSGINDICATOR = 38,
    PBF_REPDIAL = 39,
    PBF_SETREPDIAL = 40,
    PBF_SYSTEMSPEED = 41,
    PBF_STATIONSPEED = 42,
    PBF_CAMPON = 43,
    PBF_SAVEREPEAT = 44,
    PBF_QUEUECALL = 45,
    PBF_NONE = 46,
    PBF_SEND = 47,
}
Public Enum PHONE_BUTTON_FUNCTION As Integer
    PBF_UNKNOWN = 0
    PBF_CONFERENCE = 1
    PBF_TRANSFER = 2
    PBF_DROP = 3
    PBF_HOLD = 4
    PBF_RECALL = 5
    PBF_DISCONNECT = 6
    PBF_CONNECT = 7
    PBF_MSGWAITON = 8
    PBF_MSGWAITOFF = 9
    PBF_SELECTRING = 10
    PBF_ABBREVDIAL = 11
    PBF_FORWARD = 12
    PBF_PICKUP = 13
    PBF_RINGAGAIN = 14
    PBF_PARK = 15
    PBF_REJECT = 16
    PBF_REDIRECT = 17
    PBF_MUTE = 18
    PBF_VOLUMEUP = 19
    PBF_VOLUMEDOWN = 20
    PBF_SPEAKERON = 21
    PBF_SPEAKEROFF = 22
    PBF_FLASH = 23
    PBF_DATAON = 24
    PBF_DATAOFF = 25
    PBF_DONOTDISTURB = 26
    PBF_INTERCOM = 27
    PBF_BRIDGEDAPP = 28
    PBF_BUSY = 29
    PBF_CALLAPP = 30
    PBF_DATETIME = 31
    PBF_DIRECTORY = 32
    PBF_COVER = 33
    PBF_CALLID = 34
    PBF_LASTNUM = 35
    PBF_NIGHTSRV = 36
    PBF_SENDCALLS = 37
    PBF_MSGINDICATOR = 38
    PBF_REPDIAL = 39
    PBF_SETREPDIAL = 40
    PBF_SYSTEMSPEED = 41
    PBF_STATIONSPEED = 42
    PBF_CAMPON = 43
    PBF_SAVEREPEAT = 44
    PBF_QUEUECALL = 45
    PBF_NONE = 46
    PBF_SEND = 47
End Enum
import enum

class PHONE_BUTTON_FUNCTION(enum.IntEnum):
    PBF_UNKNOWN = 0
    PBF_CONFERENCE = 1
    PBF_TRANSFER = 2
    PBF_DROP = 3
    PBF_HOLD = 4
    PBF_RECALL = 5
    PBF_DISCONNECT = 6
    PBF_CONNECT = 7
    PBF_MSGWAITON = 8
    PBF_MSGWAITOFF = 9
    PBF_SELECTRING = 10
    PBF_ABBREVDIAL = 11
    PBF_FORWARD = 12
    PBF_PICKUP = 13
    PBF_RINGAGAIN = 14
    PBF_PARK = 15
    PBF_REJECT = 16
    PBF_REDIRECT = 17
    PBF_MUTE = 18
    PBF_VOLUMEUP = 19
    PBF_VOLUMEDOWN = 20
    PBF_SPEAKERON = 21
    PBF_SPEAKEROFF = 22
    PBF_FLASH = 23
    PBF_DATAON = 24
    PBF_DATAOFF = 25
    PBF_DONOTDISTURB = 26
    PBF_INTERCOM = 27
    PBF_BRIDGEDAPP = 28
    PBF_BUSY = 29
    PBF_CALLAPP = 30
    PBF_DATETIME = 31
    PBF_DIRECTORY = 32
    PBF_COVER = 33
    PBF_CALLID = 34
    PBF_LASTNUM = 35
    PBF_NIGHTSRV = 36
    PBF_SENDCALLS = 37
    PBF_MSGINDICATOR = 38
    PBF_REPDIAL = 39
    PBF_SETREPDIAL = 40
    PBF_SYSTEMSPEED = 41
    PBF_STATIONSPEED = 42
    PBF_CAMPON = 43
    PBF_SAVEREPEAT = 44
    PBF_QUEUECALL = 45
    PBF_NONE = 46
    PBF_SEND = 47
// PHONE_BUTTON_FUNCTION
pub const PBF_UNKNOWN: i32 = 0;
pub const PBF_CONFERENCE: i32 = 1;
pub const PBF_TRANSFER: i32 = 2;
pub const PBF_DROP: i32 = 3;
pub const PBF_HOLD: i32 = 4;
pub const PBF_RECALL: i32 = 5;
pub const PBF_DISCONNECT: i32 = 6;
pub const PBF_CONNECT: i32 = 7;
pub const PBF_MSGWAITON: i32 = 8;
pub const PBF_MSGWAITOFF: i32 = 9;
pub const PBF_SELECTRING: i32 = 10;
pub const PBF_ABBREVDIAL: i32 = 11;
pub const PBF_FORWARD: i32 = 12;
pub const PBF_PICKUP: i32 = 13;
pub const PBF_RINGAGAIN: i32 = 14;
pub const PBF_PARK: i32 = 15;
pub const PBF_REJECT: i32 = 16;
pub const PBF_REDIRECT: i32 = 17;
pub const PBF_MUTE: i32 = 18;
pub const PBF_VOLUMEUP: i32 = 19;
pub const PBF_VOLUMEDOWN: i32 = 20;
pub const PBF_SPEAKERON: i32 = 21;
pub const PBF_SPEAKEROFF: i32 = 22;
pub const PBF_FLASH: i32 = 23;
pub const PBF_DATAON: i32 = 24;
pub const PBF_DATAOFF: i32 = 25;
pub const PBF_DONOTDISTURB: i32 = 26;
pub const PBF_INTERCOM: i32 = 27;
pub const PBF_BRIDGEDAPP: i32 = 28;
pub const PBF_BUSY: i32 = 29;
pub const PBF_CALLAPP: i32 = 30;
pub const PBF_DATETIME: i32 = 31;
pub const PBF_DIRECTORY: i32 = 32;
pub const PBF_COVER: i32 = 33;
pub const PBF_CALLID: i32 = 34;
pub const PBF_LASTNUM: i32 = 35;
pub const PBF_NIGHTSRV: i32 = 36;
pub const PBF_SENDCALLS: i32 = 37;
pub const PBF_MSGINDICATOR: i32 = 38;
pub const PBF_REPDIAL: i32 = 39;
pub const PBF_SETREPDIAL: i32 = 40;
pub const PBF_SYSTEMSPEED: i32 = 41;
pub const PBF_STATIONSPEED: i32 = 42;
pub const PBF_CAMPON: i32 = 43;
pub const PBF_SAVEREPEAT: i32 = 44;
pub const PBF_QUEUECALL: i32 = 45;
pub const PBF_NONE: i32 = 46;
pub const PBF_SEND: i32 = 47;
// PHONE_BUTTON_FUNCTION
const (
	PBF_UNKNOWN int32 = 0
	PBF_CONFERENCE int32 = 1
	PBF_TRANSFER int32 = 2
	PBF_DROP int32 = 3
	PBF_HOLD int32 = 4
	PBF_RECALL int32 = 5
	PBF_DISCONNECT int32 = 6
	PBF_CONNECT int32 = 7
	PBF_MSGWAITON int32 = 8
	PBF_MSGWAITOFF int32 = 9
	PBF_SELECTRING int32 = 10
	PBF_ABBREVDIAL int32 = 11
	PBF_FORWARD int32 = 12
	PBF_PICKUP int32 = 13
	PBF_RINGAGAIN int32 = 14
	PBF_PARK int32 = 15
	PBF_REJECT int32 = 16
	PBF_REDIRECT int32 = 17
	PBF_MUTE int32 = 18
	PBF_VOLUMEUP int32 = 19
	PBF_VOLUMEDOWN int32 = 20
	PBF_SPEAKERON int32 = 21
	PBF_SPEAKEROFF int32 = 22
	PBF_FLASH int32 = 23
	PBF_DATAON int32 = 24
	PBF_DATAOFF int32 = 25
	PBF_DONOTDISTURB int32 = 26
	PBF_INTERCOM int32 = 27
	PBF_BRIDGEDAPP int32 = 28
	PBF_BUSY int32 = 29
	PBF_CALLAPP int32 = 30
	PBF_DATETIME int32 = 31
	PBF_DIRECTORY int32 = 32
	PBF_COVER int32 = 33
	PBF_CALLID int32 = 34
	PBF_LASTNUM int32 = 35
	PBF_NIGHTSRV int32 = 36
	PBF_SENDCALLS int32 = 37
	PBF_MSGINDICATOR int32 = 38
	PBF_REPDIAL int32 = 39
	PBF_SETREPDIAL int32 = 40
	PBF_SYSTEMSPEED int32 = 41
	PBF_STATIONSPEED int32 = 42
	PBF_CAMPON int32 = 43
	PBF_SAVEREPEAT int32 = 44
	PBF_QUEUECALL int32 = 45
	PBF_NONE int32 = 46
	PBF_SEND int32 = 47
)
const
  PBF_UNKNOWN = 0;
  PBF_CONFERENCE = 1;
  PBF_TRANSFER = 2;
  PBF_DROP = 3;
  PBF_HOLD = 4;
  PBF_RECALL = 5;
  PBF_DISCONNECT = 6;
  PBF_CONNECT = 7;
  PBF_MSGWAITON = 8;
  PBF_MSGWAITOFF = 9;
  PBF_SELECTRING = 10;
  PBF_ABBREVDIAL = 11;
  PBF_FORWARD = 12;
  PBF_PICKUP = 13;
  PBF_RINGAGAIN = 14;
  PBF_PARK = 15;
  PBF_REJECT = 16;
  PBF_REDIRECT = 17;
  PBF_MUTE = 18;
  PBF_VOLUMEUP = 19;
  PBF_VOLUMEDOWN = 20;
  PBF_SPEAKERON = 21;
  PBF_SPEAKEROFF = 22;
  PBF_FLASH = 23;
  PBF_DATAON = 24;
  PBF_DATAOFF = 25;
  PBF_DONOTDISTURB = 26;
  PBF_INTERCOM = 27;
  PBF_BRIDGEDAPP = 28;
  PBF_BUSY = 29;
  PBF_CALLAPP = 30;
  PBF_DATETIME = 31;
  PBF_DIRECTORY = 32;
  PBF_COVER = 33;
  PBF_CALLID = 34;
  PBF_LASTNUM = 35;
  PBF_NIGHTSRV = 36;
  PBF_SENDCALLS = 37;
  PBF_MSGINDICATOR = 38;
  PBF_REPDIAL = 39;
  PBF_SETREPDIAL = 40;
  PBF_SYSTEMSPEED = 41;
  PBF_STATIONSPEED = 42;
  PBF_CAMPON = 43;
  PBF_SAVEREPEAT = 44;
  PBF_QUEUECALL = 45;
  PBF_NONE = 46;
  PBF_SEND = 47;
// PHONE_BUTTON_FUNCTION
pub const PBF_UNKNOWN: i32 = 0;
pub const PBF_CONFERENCE: i32 = 1;
pub const PBF_TRANSFER: i32 = 2;
pub const PBF_DROP: i32 = 3;
pub const PBF_HOLD: i32 = 4;
pub const PBF_RECALL: i32 = 5;
pub const PBF_DISCONNECT: i32 = 6;
pub const PBF_CONNECT: i32 = 7;
pub const PBF_MSGWAITON: i32 = 8;
pub const PBF_MSGWAITOFF: i32 = 9;
pub const PBF_SELECTRING: i32 = 10;
pub const PBF_ABBREVDIAL: i32 = 11;
pub const PBF_FORWARD: i32 = 12;
pub const PBF_PICKUP: i32 = 13;
pub const PBF_RINGAGAIN: i32 = 14;
pub const PBF_PARK: i32 = 15;
pub const PBF_REJECT: i32 = 16;
pub const PBF_REDIRECT: i32 = 17;
pub const PBF_MUTE: i32 = 18;
pub const PBF_VOLUMEUP: i32 = 19;
pub const PBF_VOLUMEDOWN: i32 = 20;
pub const PBF_SPEAKERON: i32 = 21;
pub const PBF_SPEAKEROFF: i32 = 22;
pub const PBF_FLASH: i32 = 23;
pub const PBF_DATAON: i32 = 24;
pub const PBF_DATAOFF: i32 = 25;
pub const PBF_DONOTDISTURB: i32 = 26;
pub const PBF_INTERCOM: i32 = 27;
pub const PBF_BRIDGEDAPP: i32 = 28;
pub const PBF_BUSY: i32 = 29;
pub const PBF_CALLAPP: i32 = 30;
pub const PBF_DATETIME: i32 = 31;
pub const PBF_DIRECTORY: i32 = 32;
pub const PBF_COVER: i32 = 33;
pub const PBF_CALLID: i32 = 34;
pub const PBF_LASTNUM: i32 = 35;
pub const PBF_NIGHTSRV: i32 = 36;
pub const PBF_SENDCALLS: i32 = 37;
pub const PBF_MSGINDICATOR: i32 = 38;
pub const PBF_REPDIAL: i32 = 39;
pub const PBF_SETREPDIAL: i32 = 40;
pub const PBF_SYSTEMSPEED: i32 = 41;
pub const PBF_STATIONSPEED: i32 = 42;
pub const PBF_CAMPON: i32 = 43;
pub const PBF_SAVEREPEAT: i32 = 44;
pub const PBF_QUEUECALL: i32 = 45;
pub const PBF_NONE: i32 = 46;
pub const PBF_SEND: i32 = 47;
const
  PBF_UNKNOWN* = 0
  PBF_CONFERENCE* = 1
  PBF_TRANSFER* = 2
  PBF_DROP* = 3
  PBF_HOLD* = 4
  PBF_RECALL* = 5
  PBF_DISCONNECT* = 6
  PBF_CONNECT* = 7
  PBF_MSGWAITON* = 8
  PBF_MSGWAITOFF* = 9
  PBF_SELECTRING* = 10
  PBF_ABBREVDIAL* = 11
  PBF_FORWARD* = 12
  PBF_PICKUP* = 13
  PBF_RINGAGAIN* = 14
  PBF_PARK* = 15
  PBF_REJECT* = 16
  PBF_REDIRECT* = 17
  PBF_MUTE* = 18
  PBF_VOLUMEUP* = 19
  PBF_VOLUMEDOWN* = 20
  PBF_SPEAKERON* = 21
  PBF_SPEAKEROFF* = 22
  PBF_FLASH* = 23
  PBF_DATAON* = 24
  PBF_DATAOFF* = 25
  PBF_DONOTDISTURB* = 26
  PBF_INTERCOM* = 27
  PBF_BRIDGEDAPP* = 28
  PBF_BUSY* = 29
  PBF_CALLAPP* = 30
  PBF_DATETIME* = 31
  PBF_DIRECTORY* = 32
  PBF_COVER* = 33
  PBF_CALLID* = 34
  PBF_LASTNUM* = 35
  PBF_NIGHTSRV* = 36
  PBF_SENDCALLS* = 37
  PBF_MSGINDICATOR* = 38
  PBF_REPDIAL* = 39
  PBF_SETREPDIAL* = 40
  PBF_SYSTEMSPEED* = 41
  PBF_STATIONSPEED* = 42
  PBF_CAMPON* = 43
  PBF_SAVEREPEAT* = 44
  PBF_QUEUECALL* = 45
  PBF_NONE* = 46
  PBF_SEND* = 47
enum PHONE_BUTTON_FUNCTION : int {
    PBF_UNKNOWN = 0,
    PBF_CONFERENCE = 1,
    PBF_TRANSFER = 2,
    PBF_DROP = 3,
    PBF_HOLD = 4,
    PBF_RECALL = 5,
    PBF_DISCONNECT = 6,
    PBF_CONNECT = 7,
    PBF_MSGWAITON = 8,
    PBF_MSGWAITOFF = 9,
    PBF_SELECTRING = 10,
    PBF_ABBREVDIAL = 11,
    PBF_FORWARD = 12,
    PBF_PICKUP = 13,
    PBF_RINGAGAIN = 14,
    PBF_PARK = 15,
    PBF_REJECT = 16,
    PBF_REDIRECT = 17,
    PBF_MUTE = 18,
    PBF_VOLUMEUP = 19,
    PBF_VOLUMEDOWN = 20,
    PBF_SPEAKERON = 21,
    PBF_SPEAKEROFF = 22,
    PBF_FLASH = 23,
    PBF_DATAON = 24,
    PBF_DATAOFF = 25,
    PBF_DONOTDISTURB = 26,
    PBF_INTERCOM = 27,
    PBF_BRIDGEDAPP = 28,
    PBF_BUSY = 29,
    PBF_CALLAPP = 30,
    PBF_DATETIME = 31,
    PBF_DIRECTORY = 32,
    PBF_COVER = 33,
    PBF_CALLID = 34,
    PBF_LASTNUM = 35,
    PBF_NIGHTSRV = 36,
    PBF_SENDCALLS = 37,
    PBF_MSGINDICATOR = 38,
    PBF_REPDIAL = 39,
    PBF_SETREPDIAL = 40,
    PBF_SYSTEMSPEED = 41,
    PBF_STATIONSPEED = 42,
    PBF_CAMPON = 43,
    PBF_SAVEREPEAT = 44,
    PBF_QUEUECALL = 45,
    PBF_NONE = 46,
    PBF_SEND = 47,
}
#define global PBF_UNKNOWN      0x0
#define global PBF_CONFERENCE   0x1
#define global PBF_TRANSFER     0x2
#define global PBF_DROP         0x3
#define global PBF_HOLD         0x4
#define global PBF_RECALL       0x5
#define global PBF_DISCONNECT   0x6
#define global PBF_CONNECT      0x7
#define global PBF_MSGWAITON    0x8
#define global PBF_MSGWAITOFF   0x9
#define global PBF_SELECTRING   0xA
#define global PBF_ABBREVDIAL   0xB
#define global PBF_FORWARD      0xC
#define global PBF_PICKUP       0xD
#define global PBF_RINGAGAIN    0xE
#define global PBF_PARK         0xF
#define global PBF_REJECT       0x10
#define global PBF_REDIRECT     0x11
#define global PBF_MUTE         0x12
#define global PBF_VOLUMEUP     0x13
#define global PBF_VOLUMEDOWN   0x14
#define global PBF_SPEAKERON    0x15
#define global PBF_SPEAKEROFF   0x16
#define global PBF_FLASH        0x17
#define global PBF_DATAON       0x18
#define global PBF_DATAOFF      0x19
#define global PBF_DONOTDISTURB 0x1A
#define global PBF_INTERCOM     0x1B
#define global PBF_BRIDGEDAPP   0x1C
#define global PBF_BUSY         0x1D
#define global PBF_CALLAPP      0x1E
#define global PBF_DATETIME     0x1F
#define global PBF_DIRECTORY    0x20
#define global PBF_COVER        0x21
#define global PBF_CALLID       0x22
#define global PBF_LASTNUM      0x23
#define global PBF_NIGHTSRV     0x24
#define global PBF_SENDCALLS    0x25
#define global PBF_MSGINDICATOR 0x26
#define global PBF_REPDIAL      0x27
#define global PBF_SETREPDIAL   0x28
#define global PBF_SYSTEMSPEED  0x29
#define global PBF_STATIONSPEED 0x2A
#define global PBF_CAMPON       0x2B
#define global PBF_SAVEREPEAT   0x2C
#define global PBF_QUEUECALL    0x2D
#define global PBF_NONE         0x2E
#define global PBF_SEND         0x2F