| Microsoft DirectX 8.1 (C++) |
The GetTimeFormat method retrieves the current time format.
Syntax
HRESULT GetTimeFormat(
GUID *pFormat
);
Parameters
pFormat
[out] Pointer to a variable that receives a GUID specifying the time format. See Time Format GUIDs.
Return Value
Returns an HRESULT value. Possible values include the following.
| Value | Description |
| S_OK | Success. |
| E_POINTER | NULL pointer argument. |
See Also