Share via


PROTOCOLDATA

Send Feedback

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 that contains the size of the data buffer.

Requirements

Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: urlmon.h
Library: urlmon.lib

See Also

URL Moniker Services Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.