Skip to content

Latest commit

 

History

History
77 lines (62 loc) · 3 KB

ns-p2p-peer_group_event_registration.md

File metadata and controls

77 lines (62 loc) · 3 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:p2p.peer_group_event_registration_tag
PEER_GROUP_EVENT_REGISTRATION (p2p.h)
The PEER_GROUP_EVENT_REGISTRATION structure defines the particular peer group event a member can register for.
*PPEER_GROUP_EVENT_REGISTRATION
PEER_GROUP_EVENT_REGISTRATION
PEER_GROUP_EVENT_REGISTRATION structure [Peer Networking]
PPEER_GROUP_EVENT_REGISTRATION
PPEER_GROUP_EVENT_REGISTRATION structure pointer [Peer Networking]
p2p.peer_group_event_registration
p2p/PPEER_GROUP_EVENT_REGISTRATION
p2p/peer_group_event_registration_tag
p2p\peer_group_event_registration.htm
p2p
9c9c82c3-b02a-49c2-9a8f-eb355ded8480
12/05/2018
*PPEER_GROUP_EVENT_REGISTRATION, PEER_GROUP_EVENT_REGISTRATION, PEER_GROUP_EVENT_REGISTRATION structure [Peer Networking], PPEER_GROUP_EVENT_REGISTRATION, PPEER_GROUP_EVENT_REGISTRATION structure pointer [Peer Networking], p2p.peer_group_event_registration, p2p/PPEER_GROUP_EVENT_REGISTRATION, p2p/peer_group_event_registration_tag
p2p.h
Windows
Windows XP with SP2 [desktop apps only],Windows XP with SP1 with the Advanced Networking Pack forWindows XP
None supported
Windows
PEER_GROUP_EVENT_REGISTRATION, *PPEER_GROUP_EVENT_REGISTRATION
19H1
peer_group_event_registration_tag
p2p/peer_group_event_registration_tag
PPEER_GROUP_EVENT_REGISTRATION
p2p/PPEER_GROUP_EVENT_REGISTRATION
PEER_GROUP_EVENT_REGISTRATION
p2p/PEER_GROUP_EVENT_REGISTRATION
c++
APIRef
kbSyntax
HeaderDef
P2P.h
PEER_GROUP_EVENT_REGISTRATION

PEER_GROUP_EVENT_REGISTRATION structure

-description

The PEER_GROUP_EVENT_REGISTRATION structure defines the particular peer group event a member can register for.

-struct-fields

-field eventType

PEER_GROUP_EVENT_TYPE that specifies the peer group event type to register for.

-field pType

GUID value that identifies the type of record or data message that raises an event of the type specified by eventType. For example, if the peer wishes to be notified about all changes to a specific record type, the GUID that corresponds to this record type must be supplied in this field and PEER_GROUP_RECORD_CHANGED must be in eventType.

This member is only populated (not NULL) when eventType is either PEER_GROUP_EVENT_RECORD_CHANGED or PEER_GROUP_EVENT_INCOMING_DATA.

-see-also

PEER_GROUP_EVENT_TYPE

PeerGroupRegisterEvent