UID | title | description | helpviewer_keywords | old-location | tech.root | ms.assetid | ms.date | ms.keywords | req.header | req.include-header | req.target-type | req.target-min-winverclnt | req.target-min-winversvr | req.kmdf-ver | req.umdf-ver | req.ddi-compliance | req.unicode-ansi | req.idl | req.max-support | req.namespace | req.assembly | req.type-library | req.lib | req.dll | req.irql | targetos | req.typenames | req.redist | ms.custom | f1_keywords | dev_langs | topic_type | api_type | api_location | api_name | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
NF:vfw.MCIWndGetTimeFormat |
MCIWndGetTimeFormat macro (vfw.h) |
The MCIWndGetTimeFormat macro retrieves the current time format of an MCI device in two forms:\_as a numerical value and as a string. You can use this macro or explicitly send the MCIWNDM_GETTIMEFORMAT message. |
|
multimedia\mciwndgettimeformat.htm |
Multimedia |
91d212b5-1c30-4470-9f94-f704ed53a615 |
12/05/2018 |
MCIWndGetTimeFormat, MCIWndGetTimeFormat macro [Windows Multimedia], _win32_MCIWndGetTimeFormat, multimedia.mciwndgettimeformat, vfw/MCIWndGetTimeFormat |
vfw.h |
Windows |
Windows 2000 Professional [desktop apps only] |
Windows 2000 Server [desktop apps only] |
Windows |
19H1 |
|
|
|
|
|
|
The MCIWndGetTimeFormat macro retrieves the current time format of an MCI device in two forms: as a numerical value and as a string. You can use this macro or explicitly send the MCIWNDM_GETTIMEFORMAT message.
Handle of the MCIWnd window.
Pointer to a buffer to contain the null-terminated string form of the time format.
Size, in bytes, of the buffer.
If the time format string is longer than the return buffer, MCIWnd truncates the string.
An MCI device can support one or more of the following time formats:
Time format | MCI constant |
---|---|
Bytes | MCI_FORMAT_BYTES |
Frames | MCI_FORMAT_FRAMES |
Hours, minutes, seconds | MCI_FORMAT_HMS |
Milliseconds | MCI_FORMAT_MILLISECONDS |
Minutes, seconds, frames | MCI_FORMAT_MSF |
Samples | MCI_FORMAT_SAMPLES |
SMPTE 24 | MCI_FORMAT_SMPTE_24 |
SMPTE 25 | MCI_FORMAT_SMPTE_25 |
SMPTE 30 drop | MCI_FORMAT_SMPTE_30DROP |
SMPTE 30 (non-drop) | MCI_FORMAT_SMPTE_30 |
Tracks, minutes, seconds, frames | MCI_FORMAT_TMSF |