MFRatio 構造体 (mfobjects.h)
比率を表します。
構文
typedef struct _MFRatio {
DWORD Numerator;
DWORD Denominator;
} MFRatio;
メンバー
Numerator
比率の分子。
Denominator
比率の分母。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリのみ] |
Header | mfobjects.h (Mfidl.h を含む) |