29#if !defined WIN32_LEAN_AND_MEAN
30# define WIN32_LEAN_AND_MEAN
63 _guidPropSet( guidPropSet )
75 WCHAR
const * wcsProperty ) :
76 _guidPropSet( guidPropSet )
87 _guidPropSet( src._guidPropSet )
150 int len =
static_cast<int>( (wcslen( wcsProperty ) + 1) *
sizeof( WCHAR ) );
151 _psProperty.lpwstr =
static_cast<WCHAR *
>(CoTaskMemAlloc( len ));
PROPID GetPropertyPropid() const
void SetProperty(PROPID pidProperty)
bool operator!=(CFullPropSpec const &prop) const
bool operator==(CFullPropSpec const &prop) const
WCHAR const * GetPropertyName() const
CFullPropSpec & operator=(CFullPropSpec const &Property)
const wchar_t *typedef BOOL