Creates a browser.
Syntax
HRESULT CreatePropertyBrowser( VARIANT *pvar, LPCOLESTR bstrName, IDebugApplicationThread *pdat, 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.
- ppdob
- [out] Address of a pointer to an IDebugProperty interface.
Return Value
Returns S_OK if successful, or an error code otherwise.