|
ReactOS 0.4.17-dev-573-g8315b8c
|
#include "windef.h"#include "winerror.h"#include "objbase.h"#include "oleauto.h"#include <math.h>

Go to the source code of this file.
Functions | |
| unsigned int | get_type_size (ULONG *, VARTYPE) |
| HRESULT | VARIANT_ClearInd (VARIANTARG *) |
| BOOL | get_date_format (LCID, DWORD, const SYSTEMTIME *, const WCHAR *, WCHAR *, int) |
| #define VT_EXTRA_TYPE (VT_VECTOR|VT_ARRAY|VT_BYREF|VT_RESERVED) |
| #define VTBIT_DISPATCH (1 << VT_DISPATCH) |
| #define VTBIT_UNKNOWN (1 << VT_UNKNOWN) |
| #define VTBIT_VARIANT (1 << VT_VARIANT) |
| BOOL get_date_format | ( | LCID | lcid, |
| DWORD | flags, | ||
| const SYSTEMTIME * | st, | ||
| const WCHAR * | fmt, | ||
| WCHAR * | date, | ||
| int | date_len | ||
| ) |
Definition at line 6729 of file vartype.c.
Referenced by VarBstrFromDate().
Definition at line 207 of file usrmarshal.c.
Referenced by create_signature_columns_and_data(), get_type_alignment(), IRecordInfoImpl_RecordCopy(), to_array(), VARIANT_UserMarshal(), VARIANT_UserSize(), and VARIANT_UserUnmarshal().
| HRESULT VARIANT_ClearInd | ( | VARIANTARG * | pVarg | ) |
Definition at line 554 of file variant.c.
Referenced by ITypeInfo_fnInvoke().