ReactOS 0.4.16-dev-340-g0540c21
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 215 of file pidl.h.

Member Data Documentation

◆ cpanel

struct tagPIDLCPanelStruct tagPIDLDATA::cpanel

Definition at line 231 of file pidl.h.

◆ drive

◆ dummy

WORD tagPIDLDATA::dummy

Definition at line 223 of file pidl.h.

Referenced by _ILCreatePrinterItem().

◆ dummy1

DWORD tagPIDLDATA::dummy1

Definition at line 228 of file pidl.h.

◆ file

struct tagFileStruct tagPIDLDATA::file

Definition at line 221 of file pidl.h.

Referenced by _ILHACKCompareSimpleIds(), CFSFolder::BindToObject(), and CFSFolder::CompareIDs().

◆ guid

struct tagGUIDStruct tagPIDLDATA::guid

Definition at line 219 of file pidl.h.

◆ 

struct { ... } tagPIDLDATA::htmlhelp

◆ 

struct { ... } tagPIDLDATA::network

◆ szName

CHAR tagPIDLDATA::szName[1]

Definition at line 229 of file pidl.h.

Referenced by _ILCreatePrinterItem(), and _ILCreateRecycleItem().

◆ szNames

CHAR tagPIDLDATA::szNames[1]

Definition at line 224 of file pidl.h.

◆ type

◆ 

◆ valueW

struct tagValueW tagPIDLDATA::valueW

Definition at line 232 of file pidl.h.


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