Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a ratio.
Syntax
typedef struct _MFRatio {
DWORD Numerator;
DWORD Denominator;
} MFRatio;
Members
Numerator
Numerator of the ratio.
Denominator
Denominator of the ratio.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | mfobjects.h (include Mfidl.h) |