Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 |