Win32 API 日本語リファレンス
ホームSystem.WinRT › CASTING_CONNECTION_ERROR_STATUS

CASTING_CONNECTION_ERROR_STATUS

列挙型
基底型i4

メンバー 7

名前10進16進
CASTING_CONNECTION_ERROR_STATUS_SUCCEEDED00x0
CASTING_CONNECTION_ERROR_STATUS_DEVICE_DID_NOT_RESPOND10x1
CASTING_CONNECTION_ERROR_STATUS_DEVICE_ERROR20x2
CASTING_CONNECTION_ERROR_STATUS_DEVICE_LOCKED30x3
CASTING_CONNECTION_ERROR_STATUS_PROTECTED_PLAYBACK_FAILED40x4
CASTING_CONNECTION_ERROR_STATUS_INVALID_CASTING_SOURCE50x5
CASTING_CONNECTION_ERROR_STATUS_UNKNOWN60x6

各言語での定義

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

typedef enum CASTING_CONNECTION_ERROR_STATUS : int {
    CASTING_CONNECTION_ERROR_STATUS_SUCCEEDED = 0,
    CASTING_CONNECTION_ERROR_STATUS_DEVICE_DID_NOT_RESPOND = 1,
    CASTING_CONNECTION_ERROR_STATUS_DEVICE_ERROR = 2,
    CASTING_CONNECTION_ERROR_STATUS_DEVICE_LOCKED = 3,
    CASTING_CONNECTION_ERROR_STATUS_PROTECTED_PLAYBACK_FAILED = 4,
    CASTING_CONNECTION_ERROR_STATUS_INVALID_CASTING_SOURCE = 5,
    CASTING_CONNECTION_ERROR_STATUS_UNKNOWN = 6
} CASTING_CONNECTION_ERROR_STATUS;
public enum CASTING_CONNECTION_ERROR_STATUS : int
{
    CASTING_CONNECTION_ERROR_STATUS_SUCCEEDED = 0,
    CASTING_CONNECTION_ERROR_STATUS_DEVICE_DID_NOT_RESPOND = 1,
    CASTING_CONNECTION_ERROR_STATUS_DEVICE_ERROR = 2,
    CASTING_CONNECTION_ERROR_STATUS_DEVICE_LOCKED = 3,
    CASTING_CONNECTION_ERROR_STATUS_PROTECTED_PLAYBACK_FAILED = 4,
    CASTING_CONNECTION_ERROR_STATUS_INVALID_CASTING_SOURCE = 5,
    CASTING_CONNECTION_ERROR_STATUS_UNKNOWN = 6,
}
Public Enum CASTING_CONNECTION_ERROR_STATUS As Integer
    CASTING_CONNECTION_ERROR_STATUS_SUCCEEDED = 0
    CASTING_CONNECTION_ERROR_STATUS_DEVICE_DID_NOT_RESPOND = 1
    CASTING_CONNECTION_ERROR_STATUS_DEVICE_ERROR = 2
    CASTING_CONNECTION_ERROR_STATUS_DEVICE_LOCKED = 3
    CASTING_CONNECTION_ERROR_STATUS_PROTECTED_PLAYBACK_FAILED = 4
    CASTING_CONNECTION_ERROR_STATUS_INVALID_CASTING_SOURCE = 5
    CASTING_CONNECTION_ERROR_STATUS_UNKNOWN = 6
End Enum
import enum

class CASTING_CONNECTION_ERROR_STATUS(enum.IntEnum):
    CASTING_CONNECTION_ERROR_STATUS_SUCCEEDED = 0
    CASTING_CONNECTION_ERROR_STATUS_DEVICE_DID_NOT_RESPOND = 1
    CASTING_CONNECTION_ERROR_STATUS_DEVICE_ERROR = 2
    CASTING_CONNECTION_ERROR_STATUS_DEVICE_LOCKED = 3
    CASTING_CONNECTION_ERROR_STATUS_PROTECTED_PLAYBACK_FAILED = 4
    CASTING_CONNECTION_ERROR_STATUS_INVALID_CASTING_SOURCE = 5
    CASTING_CONNECTION_ERROR_STATUS_UNKNOWN = 6
// CASTING_CONNECTION_ERROR_STATUS
pub const CASTING_CONNECTION_ERROR_STATUS_SUCCEEDED: i32 = 0;
pub const CASTING_CONNECTION_ERROR_STATUS_DEVICE_DID_NOT_RESPOND: i32 = 1;
pub const CASTING_CONNECTION_ERROR_STATUS_DEVICE_ERROR: i32 = 2;
pub const CASTING_CONNECTION_ERROR_STATUS_DEVICE_LOCKED: i32 = 3;
pub const CASTING_CONNECTION_ERROR_STATUS_PROTECTED_PLAYBACK_FAILED: i32 = 4;
pub const CASTING_CONNECTION_ERROR_STATUS_INVALID_CASTING_SOURCE: i32 = 5;
pub const CASTING_CONNECTION_ERROR_STATUS_UNKNOWN: i32 = 6;
// CASTING_CONNECTION_ERROR_STATUS
const (
	CASTING_CONNECTION_ERROR_STATUS_SUCCEEDED int32 = 0
	CASTING_CONNECTION_ERROR_STATUS_DEVICE_DID_NOT_RESPOND int32 = 1
	CASTING_CONNECTION_ERROR_STATUS_DEVICE_ERROR int32 = 2
	CASTING_CONNECTION_ERROR_STATUS_DEVICE_LOCKED int32 = 3
	CASTING_CONNECTION_ERROR_STATUS_PROTECTED_PLAYBACK_FAILED int32 = 4
	CASTING_CONNECTION_ERROR_STATUS_INVALID_CASTING_SOURCE int32 = 5
	CASTING_CONNECTION_ERROR_STATUS_UNKNOWN int32 = 6
)
const
  CASTING_CONNECTION_ERROR_STATUS_SUCCEEDED = 0;
  CASTING_CONNECTION_ERROR_STATUS_DEVICE_DID_NOT_RESPOND = 1;
  CASTING_CONNECTION_ERROR_STATUS_DEVICE_ERROR = 2;
  CASTING_CONNECTION_ERROR_STATUS_DEVICE_LOCKED = 3;
  CASTING_CONNECTION_ERROR_STATUS_PROTECTED_PLAYBACK_FAILED = 4;
  CASTING_CONNECTION_ERROR_STATUS_INVALID_CASTING_SOURCE = 5;
  CASTING_CONNECTION_ERROR_STATUS_UNKNOWN = 6;
// CASTING_CONNECTION_ERROR_STATUS
pub const CASTING_CONNECTION_ERROR_STATUS_SUCCEEDED: i32 = 0;
pub const CASTING_CONNECTION_ERROR_STATUS_DEVICE_DID_NOT_RESPOND: i32 = 1;
pub const CASTING_CONNECTION_ERROR_STATUS_DEVICE_ERROR: i32 = 2;
pub const CASTING_CONNECTION_ERROR_STATUS_DEVICE_LOCKED: i32 = 3;
pub const CASTING_CONNECTION_ERROR_STATUS_PROTECTED_PLAYBACK_FAILED: i32 = 4;
pub const CASTING_CONNECTION_ERROR_STATUS_INVALID_CASTING_SOURCE: i32 = 5;
pub const CASTING_CONNECTION_ERROR_STATUS_UNKNOWN: i32 = 6;
const
  CASTING_CONNECTION_ERROR_STATUS_SUCCEEDED* = 0
  CASTING_CONNECTION_ERROR_STATUS_DEVICE_DID_NOT_RESPOND* = 1
  CASTING_CONNECTION_ERROR_STATUS_DEVICE_ERROR* = 2
  CASTING_CONNECTION_ERROR_STATUS_DEVICE_LOCKED* = 3
  CASTING_CONNECTION_ERROR_STATUS_PROTECTED_PLAYBACK_FAILED* = 4
  CASTING_CONNECTION_ERROR_STATUS_INVALID_CASTING_SOURCE* = 5
  CASTING_CONNECTION_ERROR_STATUS_UNKNOWN* = 6
enum CASTING_CONNECTION_ERROR_STATUS : int {
    CASTING_CONNECTION_ERROR_STATUS_SUCCEEDED = 0,
    CASTING_CONNECTION_ERROR_STATUS_DEVICE_DID_NOT_RESPOND = 1,
    CASTING_CONNECTION_ERROR_STATUS_DEVICE_ERROR = 2,
    CASTING_CONNECTION_ERROR_STATUS_DEVICE_LOCKED = 3,
    CASTING_CONNECTION_ERROR_STATUS_PROTECTED_PLAYBACK_FAILED = 4,
    CASTING_CONNECTION_ERROR_STATUS_INVALID_CASTING_SOURCE = 5,
    CASTING_CONNECTION_ERROR_STATUS_UNKNOWN = 6,
}
#define global CASTING_CONNECTION_ERROR_STATUS_SUCCEEDED                 0x0
#define global CASTING_CONNECTION_ERROR_STATUS_DEVICE_DID_NOT_RESPOND    0x1
#define global CASTING_CONNECTION_ERROR_STATUS_DEVICE_ERROR              0x2
#define global CASTING_CONNECTION_ERROR_STATUS_DEVICE_LOCKED             0x3
#define global CASTING_CONNECTION_ERROR_STATUS_PROTECTED_PLAYBACK_FAILED 0x4
#define global CASTING_CONNECTION_ERROR_STATUS_INVALID_CASTING_SOURCE    0x5
#define global CASTING_CONNECTION_ERROR_STATUS_UNKNOWN                   0x6