Lines Matching refs:CFullPropSpec
68 class CFullPropSpec class
71 CFullPropSpec();
72 CFullPropSpec( GUID const & guidPropSet, PROPID pidProperty );
73 CFullPropSpec( GUID const & guidPropSet, WCHAR const * wcsProperty );
78 CFullPropSpec( CFullPropSpec const & Property );
79 CFullPropSpec & operator=( CFullPropSpec const & Property );
80 ~CFullPropSpec();
88 int operator==( CFullPropSpec const & prop ) const;
89 int operator!=( CFullPropSpec const & prop ) const;
106 inline void * CFullPropSpec::operator new( size_t size ) in operator new()
111 inline void * CFullPropSpec::operator new( size_t /*size*/, void * p ) in operator new()
115 inline void CFullPropSpec::operator delete( void * p ) in operator delete()
120 inline BOOL CFullPropSpec::IsValid() const in IsValid()
125 inline void CFullPropSpec::SetPropSet( GUID const & guidPropSet ) in SetPropSet()
129 inline GUID const & CFullPropSpec::GetPropSet() const in GetPropSet()
133 inline PROPSPEC CFullPropSpec::GetPropSpec() const in GetPropSpec()
137 inline WCHAR const * CFullPropSpec::GetPropertyName() const in GetPropertyName()
141 inline PROPID CFullPropSpec::GetPropertyPropid() const in GetPropertyPropid()
145 inline BOOL CFullPropSpec::IsPropertyName() const in IsPropertyName()
149 inline BOOL CFullPropSpec::IsPropertyPropid() const in IsPropertyPropid()