Поделиться через


PROP_ENTRY

Use this macro to enter a property description, property DISPID, and property page CLSID into the object's property map.

PROP_ENTRY( 
      szDesc, 
      dispid, 
      clsid  
)

Параметры

  • szDesc
    [in] The property description.

  • dispid
    [in] The property's DISPID.

  • clsid
    [in] The CLSID of the associated property page. Use the special value CLSID_NULL for a property that does not have an associated property page.

Заметки

The BEGIN_PROP_MAP macro marks the beginning of the property map; the END_PROP_MAP macro marks the end.

Пример

See the example for BEGIN_PROP_MAP.

Требования

Header: atlcom.h

См. также

Основные понятия

Property Map Macros

ATL Macros

PROP_ENTRY_EX

PROP_PAGE