Share via


NOTIFYMSGQUEUEPACKET

Send Feedback

This structure is used to define the layout of the packets sent to the message queue in RegistryNotifyMsgQueue.

typedef struct tagNOTIFYMSGQUEUEPACKET
{
  HREGNOTIFY hNotify;
  DWORD dwUserData;
  UINT cbData;
  BYTE rgData[1];
} NOTIFYMSGQUEUEPACKET;

Parameters

  • hNotify
    hNotify as returned in phNotify on the call to RegistryNotifyMsgQueue
  • dwUserData
    User data passed as dwUserData on the call to RegistryNotifyMsgQueue
  • cbData
    Number of bytes to follow (for delete operations, this value is 0).
  • rgData[]
    New value for pszValueName.

Requirements

OS Versions: Windows CE 5.01 and later.
Header: Regext.h

See Also

RegistryNotifyMsgQueue | State and Notifications Broker Functions | State and Notifications Broker Reference | State and Notifications Broker

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.