Condividi tramite


PROPERTYINSTEX Structure

The PROPERTYINSTEX structure defines a freeform, extended property instance.

Syntax

typedef struct _PROPERTYINSTEX {
  WORD    Length;
  WORD    LengthEx;
  ULPVOID lpData;
  union {
    BYTE Byte[];
    WORD Word[];
    DWORD Dword[];
    LARGE_INTEGER LargeInt[];
    SYSTEMTIME SysTime[];
    TYPED_STRING TypedString;
  } ;
}PROPERTYINSTEX;

Members

  • Length
    Length of the data in Bytes.

  • LengthEx
    Length of the extended data.

  • lpData
    Pointer to the extended data.

  • Byte
    Pointer to the BYTE data.

  • Word
    Pointer to the WORD data.

  • Dword
    Pointer to the DWORD data.

  • LargeInt
    Pointer to the LARGEINT data.

  • SysTime
    Pointer to the SYSTEMTIME data.

  • TypedString
    A typed string that may have extended data.

Requirements

Minimum supported client Windows 2000 Professional
Minimum supported server Windows 2000 Server
Header Netmon.h

Send comments about this topic to Microsoft

Build date: 11/9/2009