windows::Win32::UI::WindowsAndMessaging

Function CreateResourceIndexer

pub unsafe fn CreateResourceIndexer<P0, P1>(
    projectroot: P0,
    extensiondllpath: P1,
    ppresourceindexer: *mut *mut c_void,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,