Type Alias CERT_PHYSICAL_STORE_INFO

Source
pub type CERT_PHYSICAL_STORE_INFO = _CERT_PHYSICAL_STORE_INFO;

Aliased Type§

struct CERT_PHYSICAL_STORE_INFO {
    pub cbSize: u32,
    pub pszOpenStoreProvider: *mut i8,
    pub dwOpenEncodingType: u32,
    pub dwOpenFlags: u32,
    pub OpenParameters: _CRYPTOAPI_BLOB,
    pub dwFlags: u32,
    pub dwPriority: u32,
}

Fields§

§cbSize: u32§pszOpenStoreProvider: *mut i8§dwOpenEncodingType: u32§dwOpenFlags: u32§OpenParameters: _CRYPTOAPI_BLOB§dwFlags: u32§dwPriority: u32