windows::Win32::System::Diagnostics::Debug

Function SymSrvStoreFileW

pub unsafe fn SymSrvStoreFileW<P1, P2>(
    hprocess: HANDLE,
    srvpath: P1,
    file: P2,
    flags: SYM_SRV_STORE_FILE_FLAGS,
) -> PCWSTR
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,