Compartir a través de


PROTOCOLDATA (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.