4 references to VARFORMAT_FIRST_WEEK
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.VBFormat.cs (1)
42
(
VARFORMAT_FIRST_WEEK
)sFirstWeekOfYear,
System.Windows.Forms.Primitives (3)
Windows.Win32.PInvoke.OLEAUT32.dll.g.cs (3)
161
/// <inheritdoc cref="VarFormat(winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.PWSTR, winmdroot.System.Ole.VARFORMAT_FIRST_DAY, winmdroot.System.Ole.
VARFORMAT_FIRST_WEEK
, uint, winmdroot.Foundation.BSTR*)"/>
162
internal static unsafe winmdroot.Foundation.HRESULT VarFormat(in winmdroot.System.Variant.VARIANT pvarIn, winmdroot.Foundation.PWSTR pstrFormat, winmdroot.System.Ole.VARFORMAT_FIRST_DAY iFirstDay, winmdroot.System.Ole.
VARFORMAT_FIRST_WEEK
iFirstWeek, uint dwFlags, winmdroot.Foundation.BSTR* pbstrOut)
193
internal static extern unsafe winmdroot.Foundation.HRESULT VarFormat(winmdroot.System.Variant.VARIANT* pvarIn, winmdroot.Foundation.PWSTR pstrFormat, winmdroot.System.Ole.VARFORMAT_FIRST_DAY iFirstDay, winmdroot.System.Ole.
VARFORMAT_FIRST_WEEK
iFirstWeek, uint dwFlags, winmdroot.Foundation.BSTR* pbstrOut);