Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains state information about the protocol that is transparent to the transaction handler.
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 that contains the size of the data buffer.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Send Feedback on this topic to the authors