[#CZMQAbstractNotifier-Initialize] = xref:CZMQAbstractNotifier.adoc[CZMQAbstractNotifier]::Initialize :relfileprefix: ../ :mrdocs: Initialize the notifier, creating its ZMQ socket. == Synopsis Declared in `<zmq/zmqabstractnotifier.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool Initialize(void* pcontext) = 0; ---- == Return Value True on success, false if initialization failed. == Parameters [cols="1,4"] |=== | Name| Description | *pcontext* | The ZMQ context to create the socket in. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#