The NOTIFY_REPLY_CONTAINER structure encapsulates an RPC_V2_NOTIFY_INFO structure ([MS-RPRN] section 2.2.1.13.3), which provides printer information members and current data for those members.
typedef struct _NOTIFY_REPLY_CONTAINER {
RPC_V2_NOTIFY_INFO* pInfo;
} NOTIFY_REPLY_CONTAINER;
pInfo: A pointer to an RPC_V2_NOTIFY_INFO.