Function VarFormat
pub unsafe fn VarFormat<P1>(
pvarin: *const VARIANT,
pstrformat: P1,
ifirstday: VARFORMAT_FIRST_DAY,
ifirstweek: VARFORMAT_FIRST_WEEK,
dwflags: u32,
) -> Result<BSTR>where
P1: Param<PCWSTR>,
pub unsafe fn VarFormat<P1>(
pvarin: *const VARIANT,
pstrformat: P1,
ifirstday: VARFORMAT_FIRST_DAY,
ifirstweek: VARFORMAT_FIRST_WEEK,
dwflags: u32,
) -> Result<BSTR>where
P1: Param<PCWSTR>,