ReactOS 0.4.16-dev-889-g9563c07
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 205 of file pidl.h.

Member Data Documentation

◆ cpanel

struct tagPIDLCPanelStruct tagPIDLDATA::cpanel

Definition at line 221 of file pidl.h.

◆ drive

◆ dummy

WORD tagPIDLDATA::dummy

Definition at line 213 of file pidl.h.

Referenced by _ILCreatePrinterItem().

◆ dummy1

DWORD tagPIDLDATA::dummy1

Definition at line 218 of file pidl.h.

◆ file

struct tagFileStruct tagPIDLDATA::file

Definition at line 211 of file pidl.h.

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

◆ guid

struct tagGUIDStruct tagPIDLDATA::guid

Definition at line 209 of file pidl.h.

◆ 

struct { ... } tagPIDLDATA::htmlhelp

◆ 

struct { ... } tagPIDLDATA::network

◆ szName

CHAR tagPIDLDATA::szName[1]

Definition at line 219 of file pidl.h.

Referenced by _ILCreatePrinterItem().

◆ szNames

CHAR tagPIDLDATA::szNames[1]

Definition at line 214 of file pidl.h.

◆ type

PIDLTYPE tagPIDLDATA::type

Definition at line 206 of file pidl.h.

Referenced by _ILCreatePrinterItem(), _ILIsCPanelStruct(), _ILIsSpecialFolder(), and pcheck().

◆ 

◆ valueW

struct tagValueW tagPIDLDATA::valueW

Definition at line 222 of file pidl.h.


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