Home | History | Annotate | Download | only in syscall

Lines Matching refs:hprov

1074 func CertOpenSystemStore(hprov Handle, name *uint16) (store Handle, err error) {
1075 r0, _, e1 := Syscall(procCertOpenSystemStoreW.Addr(), 2, uintptr(hprov), uintptr(unsafe.Pointer(name)), 0)