PFN_CERT_ENUM_PHYSICAL_STORE typedef

PFN_CERT_ENUM_PHYSICAL_STORE = Pointer<NativeFunction<BOOL Function(Pointer<Void> pvSystemStore, DWORD dwFlags, LPCWSTR pwszStoreName, PCERT_PHYSICAL_STORE_INFO pStoreInfo, Pointer<Void> pvReserved, Pointer<Void> pvArg)>>

Implementation

typedef PFN_CERT_ENUM_PHYSICAL_STORE = ffi.Pointer<ffi.NativeFunction<BOOL Function(ffi.Pointer<ffi.Void> pvSystemStore, DWORD dwFlags, LPCWSTR pwszStoreName, PCERT_PHYSICAL_STORE_INFO pStoreInfo, ffi.Pointer<ffi.Void> pvReserved, ffi.Pointer<ffi.Void> pvArg)>>;