Function windows::Win32::System::Com::StructuredStorage::StgOpenStorage
pub unsafe fn StgOpenStorage<P0, P1>(
pwcsname: P0,
pstgpriority: P1,
grfmode: STGM,
snbexclude: Option<*const *const u16>,
reserved: u32,
) -> Result<IStorage>where
P0: Param<PCWSTR>,
P1: Param<IStorage>,