Function exportPackageLists [src]

Exports the contents of one or all package lists in the HII database into a buffer.

Prototype

pub fn exportPackageLists(self: *const HiiDatabase, handle: ?hii.Handle, buffer_size: *usize, buffer: *hii.PackageList) Status

Parameters

self: *const HiiDatabasehandle: ?hii.Handlebuffer_size: *usizebuffer: *hii.PackageList

Source

pub fn exportPackageLists(self: *const HiiDatabase, handle: ?hii.Handle, buffer_size: *usize, buffer: *hii.PackageList) Status { return self._export_package_lists(self, handle, buffer_size, buffer); }