Win32 API 日本語リファレンス
ホームMedia.MediaFoundation › MFBYTESTREAM_SEEK_ORIGIN

MFBYTESTREAM_SEEK_ORIGIN

列挙型
基底型i4

メンバー 2

名前10進16進
msoBegin00x0
msoCurrent10x1

各言語での定義

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

typedef enum MFBYTESTREAM_SEEK_ORIGIN : int {
    msoBegin = 0,
    msoCurrent = 1
} MFBYTESTREAM_SEEK_ORIGIN;
public enum MFBYTESTREAM_SEEK_ORIGIN : int
{
    msoBegin = 0,
    msoCurrent = 1,
}
Public Enum MFBYTESTREAM_SEEK_ORIGIN As Integer
    msoBegin = 0
    msoCurrent = 1
End Enum
import enum

class MFBYTESTREAM_SEEK_ORIGIN(enum.IntEnum):
    msoBegin = 0
    msoCurrent = 1
// MFBYTESTREAM_SEEK_ORIGIN
pub const msoBegin: i32 = 0;
pub const msoCurrent: i32 = 1;
// MFBYTESTREAM_SEEK_ORIGIN
const (
	msoBegin int32 = 0
	msoCurrent int32 = 1
)
const
  msoBegin = 0;
  msoCurrent = 1;
// MFBYTESTREAM_SEEK_ORIGIN
pub const msoBegin: i32 = 0;
pub const msoCurrent: i32 = 1;
const
  msoBegin* = 0
  msoCurrent* = 1
enum MFBYTESTREAM_SEEK_ORIGIN : int {
    msoBegin = 0,
    msoCurrent = 1,
}
#define global msoBegin   0x0
#define global msoCurrent 0x1