[#wallet-CWallet-ForEachAddrBookEntry] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::ForEachAddrBookEntry :relfileprefix: ../../ :mrdocs: Invoke a callback for each address book entry until it returns false. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1e598fa8), requires_capability(0x7f2e11aa9d68), requires_capability(0x7f2e169ffb58), requires_capability(0x7f2e15f2eff8), requires_capability(0x7f2e12c6dc88)]] void ForEachAddrBookEntry(xref:wallet/CWallet/ListAddrBookFunc.adoc[ListAddrBookFunc] const& func) const; ---- == Parameters [cols="1,4"] |=== | Name| Description | *func* | The callback invoked per entry. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#