ホーム › Media.KernelStreaming › KSEVENT_TELEPHONY
KSEVENT_TELEPHONY
列挙型メンバー 1
| 名前 | 10進 | 16進 |
|---|---|---|
| KSEVENT_TELEPHONY_ENDPOINTPAIRS_CHANGED | 0 | 0x0 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum KSEVENT_TELEPHONY : int {
KSEVENT_TELEPHONY_ENDPOINTPAIRS_CHANGED = 0
} KSEVENT_TELEPHONY;public enum KSEVENT_TELEPHONY : int
{
KSEVENT_TELEPHONY_ENDPOINTPAIRS_CHANGED = 0,
}Public Enum KSEVENT_TELEPHONY As Integer
KSEVENT_TELEPHONY_ENDPOINTPAIRS_CHANGED = 0
End Enumimport enum
class KSEVENT_TELEPHONY(enum.IntEnum):
KSEVENT_TELEPHONY_ENDPOINTPAIRS_CHANGED = 0// KSEVENT_TELEPHONY
pub const KSEVENT_TELEPHONY_ENDPOINTPAIRS_CHANGED: i32 = 0;// KSEVENT_TELEPHONY
const (
KSEVENT_TELEPHONY_ENDPOINTPAIRS_CHANGED int32 = 0
)const
KSEVENT_TELEPHONY_ENDPOINTPAIRS_CHANGED = 0;// KSEVENT_TELEPHONY
pub const KSEVENT_TELEPHONY_ENDPOINTPAIRS_CHANGED: i32 = 0;const
KSEVENT_TELEPHONY_ENDPOINTPAIRS_CHANGED* = 0enum KSEVENT_TELEPHONY : int {
KSEVENT_TELEPHONY_ENDPOINTPAIRS_CHANGED = 0,
}#define global KSEVENT_TELEPHONY_ENDPOINTPAIRS_CHANGED 0x0