VarDateFromUdate
A version of this page is also available for
4/8/2010
This function packs a date.
Syntax
HRESULT VarDateFromUdate(
UDATE* pudateIn,
unsigned long* dwFlags,
DATE* pdateOut
);
Parameters
- pudateIn
[in] Unpacked date.
- dwFlags
[in] Returns VAR_VALIDDATE on valid date.
- pdateOut
[out] Packed date.
Return Value
Returns the HRESULT values shown in the following table.
Value | Description |
---|---|
S_OK |
Success. |
E_OUTOFMEMORY |
Out of memory. |
Remarks
Passing invalid (and under some circumstances NULL) pointers to this function causes an unexpected termination of the application.
Requirements
Header | oleauto.h |
Library | oleaut32.lib |
Windows Embedded CE | Windows CE 2.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |