windows::Win32::Security::Cryptography::Catalog

Function CryptCATAdminAddCatalog

pub unsafe fn CryptCATAdminAddCatalog<P1, P2>(
    hcatadmin: isize,
    pwszcatalogfile: P1,
    pwszselectbasename: P2,
    dwflags: u32,
) -> isize
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,