Type Alias CERT_LDAP_STORE_OPENED_PARA

Source
pub type CERT_LDAP_STORE_OPENED_PARA = _CERT_LDAP_STORE_OPENED_PARA;

Aliased Type§

struct CERT_LDAP_STORE_OPENED_PARA {
    pub pvLdapSessionHandle: *mut c_void,
    pub pwszLdapUrl: *const u16,
}

Fields§

§pvLdapSessionHandle: *mut c_void§pwszLdapUrl: *const u16