windows::Win32::Storage::ProjectedFileSystem

Function PrjWritePlaceholderInfo

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