Function windows::Win32::System::Com::StructuredStorage::StgCreateDocfile
pub unsafe fn StgCreateDocfile<P0>(
pwcsname: P0,
grfmode: STGM,
reserved: u32,
) -> Result<IStorage>where
P0: Param<PCWSTR>,