PROTOCOLDATA structure
Contains state information about the protocol that is transparent to the transaction handler.
Syntax
typedef struct _tagPROTOCOLDATA {
DWORD grfFlags;
DWORD dwState;
LPVOID pData;
unsigned long 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
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Urlmon.h |
IDL |
Urlmon.idl |