windows::Win32::System::Com::StructuredStorage

Function StgCreateDocfile

pub unsafe fn StgCreateDocfile<P0>(
    pwcsname: P0,
    grfmode: STGM,
    reserved: Option<u32>,
) -> Result<IStorage>
where P0: Param<PCWSTR>,