Contents Index Topic Contents | ||
Previous Topic: Structures Next Topic: PROTOCOLFILTERDATA |
PROTOCOLDATA
typedef struct _tagPROTOCOLDATA{ DWORD grfFlags; DWORD dwState; LPVOID pData; ULONG cbData; } PROTOCOLDATA;Contains state information about the protocol that is transparent to the transaction handler.
- grfFlags
- Double-word value that contains the flags.
- dwState
- Double-word value that contains the state of the protocol handler.
- pData
- Address of the data buffer.
- cbData
- Double-word value containing the size of the data buffer.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.