Contains state information about the protocol that is transparent to the transaction handler.
Syntax
typedef struct _tagPROTOCOLDATA{ DWORD grfFlags; DWORD dwState; LPVOID pData; ULONG cbData; } PROTOCOLDATA;
Members
- grfFlags
- Unsigned long integer value that contains the flags.
- dwState
- Unsigned long integer value that contains the state of the protocol handler.
- pData
- Address of the data buffer.
- cbData
- Unsigned long integer value containing the size of the data buffer.
Structure Information
Windows NT Use version 4.0 Windows Use Windows 95 and later Header Declared in Urlmon.h, Urlmon.idl. Minimum availability Internet Explorer 3.0
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0