ReactOS 0.4.15-dev-8102-g108db8f
tagPIDLDATA Struct Reference

#include <pidl.h>

Collaboration diagram for tagPIDLDATA:

Public Attributes

PIDLTYPE type
 
union {
   struct tagGUIDStruct   guid
 
   struct tagDriveStruct   drive
 
   struct tagFileStruct   file
 
   struct {
      WORD   dummy
 
      CHAR   szNames [1]
 
   }   network
 
   struct {
      WORD   dummy
 
      DWORD   dummy1
 
      CHAR   szName [1]
 
   }   htmlhelp
 
   struct tagPIDLCPanelStruct   cpanel
 
   struct tagValueW   valueW
 
u
 

Detailed Description

Definition at line 191 of file pidl.h.

Member Data Documentation

◆ cpanel

struct tagPIDLCPanelStruct tagPIDLDATA::cpanel

Definition at line 207 of file pidl.h.

◆ drive

struct tagDriveStruct tagPIDLDATA::drive

Definition at line 196 of file pidl.h.

◆ dummy

WORD tagPIDLDATA::dummy

Definition at line 199 of file pidl.h.

◆ dummy1

DWORD tagPIDLDATA::dummy1

Definition at line 204 of file pidl.h.

◆ file

struct tagFileStruct tagPIDLDATA::file

Definition at line 197 of file pidl.h.

◆ guid

struct tagGUIDStruct tagPIDLDATA::guid

Definition at line 195 of file pidl.h.

◆ 

struct { ... } tagPIDLDATA::htmlhelp

◆ 

struct { ... } tagPIDLDATA::network

◆ szName

CHAR tagPIDLDATA::szName[1]

Definition at line 205 of file pidl.h.

◆ szNames

CHAR tagPIDLDATA::szNames[1]

Definition at line 200 of file pidl.h.

◆ type

PIDLTYPE tagPIDLDATA::type

Definition at line 192 of file pidl.h.

◆ 

union { ... } tagPIDLDATA::u

◆ valueW

struct tagValueW tagPIDLDATA::valueW

Definition at line 208 of file pidl.h.


The documentation for this struct was generated from the following file: