ReactOS 0.4.16-dev-1276-g70732b0
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 229 of file pidl.h.

Member Data Documentation

◆ cpanel

struct tagPIDLCPanelStruct tagPIDLDATA::cpanel

Definition at line 245 of file pidl.h.

◆ drive

◆ dummy

WORD tagPIDLDATA::dummy

Definition at line 237 of file pidl.h.

Referenced by _ILCreatePrinterItem().

◆ dummy1

DWORD tagPIDLDATA::dummy1

Definition at line 242 of file pidl.h.

◆ file

◆ guid

struct tagGUIDStruct tagPIDLDATA::guid

Definition at line 233 of file pidl.h.

Referenced by CRegFolder::CompareRegItemsSortOrder().

◆ 

struct { ... } tagPIDLDATA::htmlhelp

◆ 

struct { ... } tagPIDLDATA::network

◆ szName

CHAR tagPIDLDATA::szName[1]

Definition at line 243 of file pidl.h.

Referenced by _ILCreatePrinterItem().

◆ szNames

CHAR tagPIDLDATA::szNames[1]

Definition at line 238 of file pidl.h.

◆ type

PIDLTYPE tagPIDLDATA::type

Definition at line 230 of file pidl.h.

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

◆ 

◆ valueW

struct tagValueW tagPIDLDATA::valueW

Definition at line 246 of file pidl.h.


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