Function SetupPromptForDiskW
pub unsafe fn SetupPromptForDiskW<P1, P2, P3, P4, P5>(
hwndparent: HWND,
dialogtitle: P1,
diskname: P2,
pathtosource: P3,
filesought: P4,
tagfile: P5,
diskpromptstyle: u32,
pathbuffer: Option<&mut [u16]>,
pathrequiredsize: Option<*mut u32>,
) -> u32where
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,
P4: Param<PCWSTR>,
P5: Param<PCWSTR>,