windows::Win32::Storage::ProjectedFileSystem

Function PrjWritePlaceholderInfo2

pub unsafe fn PrjWritePlaceholderInfo2<P1>(
    namespacevirtualizationcontext: PRJ_NAMESPACE_VIRTUALIZATION_CONTEXT,
    destinationfilename: P1,
    placeholderinfo: *const PRJ_PLACEHOLDER_INFO,
    placeholderinfosize: u32,
    extendedinfo: Option<*const PRJ_EXTENDED_INFO>,
) -> Result<()>
where P1: Param<PCWSTR>,