Function GetFullPathNameTransactedW
pub unsafe fn GetFullPathNameTransactedW<P0>(
lpfilename: P0,
lpbuffer: Option<&mut [u16]>,
lpfilepart: Option<*mut PWSTR>,
htransaction: HANDLE,
) -> u32where
P0: Param<PCWSTR>,