ReactOS 0.4.16-dev-122-g325d74c
|
#include <devenum_private.h>
Public Attributes | |
IMoniker | IMoniker_iface |
LONG | ref |
CLSID | class |
BOOL | has_class |
enum device_type | type |
union { | |
WCHAR * name | |
CLSID clsid | |
}; | |
Definition at line 59 of file devenum_private.h.
union { ... } MediaCatMoniker::@253 |
CLSID MediaCatMoniker::class |
Definition at line 63 of file devenum_private.h.
Referenced by create_PropertyBag(), DEVENUM_IEnumMoniker_Next(), and DEVENUM_IParseDisplayName_ParseDisplayName().
CLSID MediaCatMoniker::clsid |
Definition at line 69 of file devenum_private.h.
Referenced by create_PropertyBag(), DEVENUM_IEnumMoniker_Next(), and DEVENUM_IParseDisplayName_ParseDisplayName().
BOOL MediaCatMoniker::has_class |
Definition at line 64 of file devenum_private.h.
Referenced by create_PropertyBag(), DEVENUM_IEnumMoniker_Next(), DEVENUM_IMediaCatMoniker_Construct(), and DEVENUM_IParseDisplayName_ParseDisplayName().
IMoniker MediaCatMoniker::IMoniker_iface |
Definition at line 61 of file devenum_private.h.
Referenced by DEVENUM_IEnumMoniker_Next(), DEVENUM_IMediaCatMoniker_Construct(), and DEVENUM_IParseDisplayName_ParseDisplayName().
WCHAR* MediaCatMoniker::name |
Definition at line 68 of file devenum_private.h.
Referenced by create_PropertyBag(), DEVENUM_IEnumMoniker_Next(), DEVENUM_IMediaCatMoniker_Construct(), and DEVENUM_IParseDisplayName_ParseDisplayName().
LONG MediaCatMoniker::ref |
Definition at line 62 of file devenum_private.h.
Referenced by DEVENUM_IMediaCatMoniker_Construct().
enum device_type MediaCatMoniker::type |
Definition at line 65 of file devenum_private.h.
Referenced by create_PropertyBag(), DEVENUM_IEnumMoniker_Next(), and DEVENUM_IParseDisplayName_ParseDisplayName().