| CBCGPProp* CBCGPPropList::FindItemByData | ( | DWORD_PTR | dwData, |
| BOOL | bSearchSubItems = TRUE |
||
| ) | const |
Returns a property according to the used-defined DWORD value associated with the property.
Call this function to find a property according to the user-defined DWORD value associated with the property. You can specify a DWORD value when constructing a property object or later using CBCGPProp::SetData.
| dwData | Specifies a DWORD value to look for. |
| bSearchSubItems | Specifies whether to search sub-properties or not. |