Creates a browser that enables conversions. This method is the CreatePropertyBrowser method extended to include an IDebugFormatter parameter.
Syntax
HRESULT CreatePropertyBrowserEx(
VARIANT *pvar,
LPCOLESTR bstrName,
IDebugApplicationThread *pdat,
IDebugFormatter *pdf,
IDebugProperty **ppdob
);
Parameters
- pvar
- [in] Address of a VARIANT structure that contains the root to browse.
- bstrName
- [in] Address of a string that contains the name to assign to the root.
- pdat
- [in] Address of a thread to use to request properties.
- [in] Address of an IDebugFormatter interface.
- ppdob
- [out] Address of a pointer to an IDebugProperty interface.
Return Value
Returns S_OK if successful, or an error code otherwise.